diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2026-06-13 11:21:13 -0400 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2026-06-13 11:21:13 -0400 |
| commit | 056cff27d3c003e32e098dc59bb53a8a93efa88a (patch) | |
| tree | f67c33f7a251a4d06b9646e5d20f62e8408a1569 /README | |
| download | jttp-056cff27d3c003e32e098dc59bb53a8a93efa88a.zip | |
Client.Do()
Diffstat (limited to 'README')
| -rw-r--r-- | README | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -0,0 +1,9 @@ +JSON Over HTTP Client Go Library + +Jttp is a Go library that encapsulates the boilerplate of making a +HTTP request, checking the response status, and decoding the JSON in +the response body. + +The name jttp stands for JSON Text Transfer Protocol. It is a play on +HTTP, the HyerText Transfer Protocol. Although HTTP is often used to +transport JSON, JSON itself is not hypertext. |