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
LLHttp::Parser#http_major
No Docs, write some!
Edit
git clone [email protected]:httprb/http.git
cd http
open sig/llhttp.rbs
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-LLHttp--Parser-http_major-for-pr
# Commit to gitgit add sig/llhttp.rbsgit commit -m "better docs for LLHttp::Parser#http_major"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-LLHttp--Parser-http_major-for-pr
hub pull-request
# Celebrate!