Sha256: 2bc5028f8c5f2b979a2ceb2e9df19da79c8f5263ed54fa4f2cd8310f2c15e710

Contents?: true

Size: 562 Bytes

Versions: 3

Compression:

Stored size: 562 Bytes

Contents

IOWA originally used a slightly modified version of the parser found in Mongrel
version 0.3.13.3.

At that time, there was a trie based classifier that was bundled into the parser.
The IOWA version removed that into a separate extension, and also made some other
small modifications to the parser to separate the headers from the params. Now,
8 years later, this seems like a poor idea.

This version still contains some very minor modifications for IOWA, but it retains
the base design where HTTP headers and request params all are inserted into the
same hash.

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
IOWA-1.0.3 ext/http11/README
IOWA-1.0.2 ext/http11/README
IOWA-1.0.0 ext/http11/README