8 lines
289 B
Text
8 lines
289 B
Text
|
This module parses HTTP headers using a C++ state machine. The goal is
|
||
|
to be fast, not necessarily to do everything you could ever want.
|
||
|
|
||
|
Headers are not static, you can parse them, munge them, or even build
|
||
|
them using this module.
|
||
|
|
||
|
WWW: http://search.cpan.org/dist/HTTP-HeaderParser-XS/
|