Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-03-04 | 1.5 kB | |
v2.17.0 source code.tar.gz | 2025-03-04 | 365.5 kB | |
v2.17.0 source code.zip | 2025-03-04 | 405.2 kB | |
Totals: 3 Items | 772.1 kB | 0 |
- Rename
Match.Index
toSubmatch
(gh-252) - Rename
Match.Name
toNamedSubmatch
(gh-252) - Rename
Match.Values
/NotValues
toHasSubmatches
/NotHasSubmatches
(gh-252) - Rename
Cookie.HasMaxAge
/NotContainsMaxAge
toContainsMaxAge
/NotContainsMaxAge
(gh-252) - Add
Response.Reader
for accessing response body directly (gh-382) - Add
Request.WithRetryPolicyFunc
(gh-435) - Add
Request.WithQueryEncoder
andQueryEncoderFormKeepZeros
(gh-438) - Add
Number.InDeltaRelative
(gh-306) - Add
Object.Length
- Update
Request.WithPath
to always format floats in decimal notation (gh-449) - Fix panic in
DebugPrinter
when printing body (gh-444) - Fix bugs in
NewMatchC()
andNewWebsocketMessageC()
- Improve test coverage
- Improve documentation and examples
- Add TLS example (gh-205)
- Bump some dependencies