http_parser.rb
Parser
A simple HTTP request/response parser that provides callbacks for parsing HTTP messages.
simple callback-based HTTP request/response parser
200 stars
9 watching
43 forks
Language: Ruby
last commit: 4 months ago Related projects:
Repository | Description | Stars |
---|---|---|
natlabs/http-parser.mo | An HTTP request parser for parsing URL, search query, headers and form data. | 10 |
tmm1/rblineprof | A line profiler for Ruby programming language | 771 |
jm/toml | A Ruby library for parsing and generating the TOML data interchange format | 151 |
cyril/accept_language.rb | A Ruby library for parsing the Accept-Language HTTP header to determine user language preference | 58 |
fukamachi/fast-http | A fast and low-level HTTP request/response parser for Common Lisp. | 343 |
tmm1/stackprof | A tool for profiling Ruby applications' call stacks at runtime | 2,097 |
maccman/nestful | A Ruby HTTP client library with a simple and sane API for making REST requests. | 508 |
postmodern/net-http-server | A pure Ruby HTTP server implementation | 69 |
trema/pio | A Ruby gem for parsing and generating network packets using a declarative binary format DSL. | 27 |
m4rw3r/chomp | A fast and expressive monadic-style parser combinator for Rust. | 244 |
r7kamura/response_code_matchers | Provides RSpec matchers to compare HTTP response codes with specific expected values. | 60 |
pusher/pusher-http-ruby | Provides a Ruby interface to the Pusher Channels HTTP API | 665 |
whitequark/parser | A Ruby parser that recognizes and parses large code snippets with high accuracy. | 1,590 |
kennethreitz/requests-html | A Pythonic HTML parsing library providing intuitive and asynchronous web scraping capabilities. | 303 |
r1chardj0n3s/parse | A library that parses strings using a specification based on the Python format() syntax | 1,713 |