http
http copied to clipboard
HTTP (The Gem! a.k.a. http.rb) - a fast Ruby HTTP client with a chainable API, streaming support, and timeouts
The example for following unsafe redirects [1] uses the GET verb. I think this is a copy-paste error; it should use one of the unsafe verbs, e.g. POST. [1] https://github.com/httprb/http/wiki/Redirects#unsafe-redirects
Hi! Doing a simple `HTTP.get("http://www.aplhealthcare.com.au")` results in `error reading from socket: Error Parsing data: HPE_INVALID_HEADER_TOKEN Invalid header value char (HTTP::SocketReadError)` on 5.3.1 and 5.2.0, but NOT on 5.3.0. I'm using...
Hi! I've been working on Mastodon which uses http.rb, and in local development, I'm using [localcan](https://www.localcan.com/docs/certificates/root-certificate) to route traffic to various development servers all with auto-generated SSL certificates from a...