Skip to content

Tags: mitranim/gr

Tags

v0.1.13

Toggle v0.1.13's commit message
better consistency in `UrlAppend`/`UrlJoin`

v0.1.12

Toggle v0.1.12's commit message
minor tweaks

For text encoding, using `.AppendTo` instead of `.Append` seems more
consistent with other libraries.

v0.1.11

Toggle v0.1.11's commit message
better detection of nil output (for real this time)

v0.1.10

Toggle v0.1.10's commit message
better detection of nil output for decoding

v0.1.9

Toggle v0.1.9's commit message
shortcuts for introspection of response content type

v0.1.8

Toggle v0.1.8's commit message
add `Res.XmlWith`, `Res.XmlWithCatch`

v0.1.7

Toggle v0.1.7's commit message
add body cloning, add dumping

v0.1.6

Toggle v0.1.6's commit message
explicit utf-8 in content types

v0.1.5

Toggle v0.1.5's commit message
add CONNECT, TRACE, `(*Res).Err`

v0.1.4

Toggle v0.1.4's commit message
add `Cli`: alias for `http.Client` with "gr" compat