http-like / 1.0.0
| Short description: | Bare bone parser for HTTP-like request (no builtin semantic) | |||||
|---|---|---|---|---|---|---|
| Category: | Library/WWW | |||||
| Status: | beta | |||||
| Created: | 2008-07-17 11:07:27 GMT | |||||
| Last update: | 2008-07-17 11:07:27 GMT | |||||
| Owner: | bernardini (Projects of this owner) | |||||
| Homepage: | http://www.diegm.uniud.it/bernardini/Software/Ruby/index.html#http-like | |||||
| Download: | http://www.diegm.uniud.it/bernardini/Software/Ruby/index.html#http-like | |||||
| License: | Ruby's | |||||
| Dependency: |
|
|||||
| Description: | This library provides a little, handy module which implements a very bare-bone parser for HTTP-like requests. No semantic is builtin in the parser, so one can it use with any protocol with an HTTP-like request syntax. Although I am aware of the availability of HTTP parsers, they have builtin the semantic about HTTP methods (GET, POST,...) and headers, while I needed something with an HTTP-like syntax, but different methods/headers. |
|||||