- The
HttpError
type has been introduced and is now used by the send functions.
- A default user agent is set if a request doesn't have now.
- Redirects are no longer automatically followed.
- Added transparent support for IPv6.
- Added the
dispatch
,dispatch_bits
,verify_tls
, andconfigure
functions.
- Relaxed the Gleam stdlib version requirement to permit 0.x or 1.x.
- Updated for Gleam v0.32.0
- Updated for Gleam v0.30.0
- Updated for Gleam v0.27.0
- Upgraded
gleam_http
to v3.0.0. #25
- Converted to use the Gleam build tool.
- Upgraded
gleam_http
to v2.0.2. - Upgraded
gleam_stdlib
to v0.17.1.
- Upgraded for Gleam v0.16.
- Upgraded
gleam_http
to v2.0.0. - Upgraded
gleam_stdlib
to v0.14.0.
- Gleam stdlib version requirement relaxed.
- Deps are loaded from Hex.
- Initial release!