Registry / networking / http-tools

http-tools

JSON →
library0.4.5rbrubygemsunverified

A fast-as-possible pure Ruby HTTP parser plus associated lower level utilities to aid working with HTTP and the web.

gem install http_tools
INSTALL
IMPORT
SIG · HTTP-TOOLS
H
http-tools
networkingrubyv0.4.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

HTTPTools
require 'http_tools'

Parse an HTTP request string

require 'http_tools' parser = HTTPTools::Parser.new parser << "GET / HTTP/1.1\r\nHost: example.com\r\n\r\n" puts parser.headers['Host']
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.4.5latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Resources
http-tools — gem install http-tools · libregistry