http
https://github.com/httprb/http
Ruby
HTTP (The Gem! a.k.a. http.rb) - a fast Ruby HTTP client with a chainable API, streaming support, and timeouts
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
3 Subscribers
Add a CodeTriage badge to http
Help out
- Issues
- Check for nil host before `match?`.
- Raise specific error classes for 4xx and 5xx errors
- Support UNIX sockets
- Documentation example for unsafe redirects (POST etc)
- Documentation: Usage of HTTPS certificates for local development
- `HTTP::Response::Body#each` and `BUFFER_SIZE`
- Support HTTP headers streaming
- access ssl certificate details?
- Incorrect response headers give a generic message instead of indicating a problem parsing the headers
- cookie jar save to and load from file
- Docs
- HTTP::Response::Parser#headers
- HTTP::Response::Parser#parser
- HTTP::Request::Builder#make_form_data
- HTTP::Request::Builder#make_json_body
- HTTP::Request::Builder#make_request_body
- HTTP::Request::Builder#make_request_headers
- HTTP::Request::Builder#merge_query_params!
- HTTP::Request::Builder#resolve_against_base
- HTTP::Request::Builder#neutralize_protocol_relative
- HTTP::Request::Builder#make_request_uri