protocol-http
protocol-http copied to clipboard
I'm using `Async::HTTP::Faraday` with proxy to connect to a secure host. The [proxy I'm using](https://github.com/typicode/hotel) seems to be having trouble with the `CONNECT` request sent by the client. In particular,...
There are situations where we need to rewind the input or output, for example idempotent request handling and redirects. Previously, `body.respond_to?(:rewind)` was used but it's better to expose a predicate....
After reviewing , I think we should automatically close the input when input is read completely. ## Types of Changes - Bug fix. - New feature. ## Contribution - [x]...
## Types of Changes Fixes #81 by casting any non-nil && non-string value to a string. Since application code may set any header value to any object, forcing a string...
My API endpoints have been 503-ing w/my falcon served rails application. Once identified (my exception handling didn't catch this, and I wasn't monitoring for 5XX anomalies 😿) I was able...
This is a rather handy implementation of a media range -> media type map. However, it may be too specific for inclusion. ## Types of Changes - New feature. ##...