| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-10-08 | feat: add support for streaming responses | mo khan | |
| 2025-04-30 | feat: change minimum ruby to 3.2v1.3.0 | mo khan | |
| 2025-04-30 | docs: prepare changelog for v1.2.1 | mo khan | |
| 2025-04-30 | docs: fix typo in changelog | mo khan | |
| 2025-02-19 | chore: add explicit dependency on stdlib gems | mo khan | |
| 2024-12-05 | feat: disable logger by default | mo khan | |
| 2021-01-30 | chore: update link to homepage/source codev1.1.1 | mo khan | |
| 2020-12-26 | docs: update date in CHANGELOG | mo khan | |
| 2020-12-26 | feat: add support for Ruby 3.0 | mo khan | |
| 2020-07-31 | Load version before clientv1.0.1 | mo khan | |
| 2020-07-31 | Prepare CHANGELOG for 1.0.0 releasev1.0.0 | mo khan | |
| 2020-06-13 | Add entry to CHANGELOG | mo khan | |
| 2020-06-12 | Update CHANGELOG and CI configuration | mo khan | |
| 2020-01-28 | Fix bug in redirecting to relative pathsv0.3.2 | mo khan | |
| 2020-01-14 | Fix bugs in following redirects | mo khan | |
| 2020-01-13 | Release 0.3.0v0.3.0 | mo khan | |
| 2020-01-13 | Allow following redirects | mo khan | |
| 2019-10-04 | Update changelog | mo khan | |
| 2019-04-30 | specify ruby 2.4 as minimum supported | mokha | |
| 2019-04-30 | bump version | mokha | |
| 2019-02-06 | revert change in 0.2.4 | mokha | |
| ```text The absoluteURI form is REQUIRED when the request is being made to a proxy. The proxy is requested to forward the request or service it from a valid cache, and return the response. Note that the proxy MAY forward the request on to another proxy or directly to the server To allow for transition to absoluteURIs in all requests in future versions of HTTP, all HTTP/1.1 servers MUST accept the absoluteURI form in requests, even though HTTP/1.1 clients will only generate them in requests to proxies. In this case the absolute path of the URI MUST be transmitted (see section 3.2.1, abs_path) as the Request-URI, and the network location of the URI (authority) MUST be transmitted in a Host header field. For example, a client wishing to retrieve the resource above directly from the origin server would create a TCP connection to port 80 of the host "www.w3.org" and send the lines: GET /pub/WWW/TheProject.html HTTP/1.1 Host: www.w3.org ``` https://www.w3.org/Protocols/rfc2616/rfc2616-sec5.html | |||
| 2019-02-06 | default path to "/" | mokha | |
| 2019-02-06 | send path instead of full uri.v0.2.4 | mokha | |
| Some servers do not respond well to sending the full path and rely on the path instead. | |||
| 2019-02-04 | add CHANGELOG | mokha | |
