Constants
BODY_CONTAINABLE_METHODS = [ "POST", "PUT" ]
BUFSIZE = 1024*4
Attributes
[R] | request_line |
Request line |
[R] | request_method | |
[R] | unparsed_uri | |
[R] | http_version | |
[R] | request_uri |
Request-URI |
[R] | host |
Request-URI |
[R] | port |
Request-URI |
[R] | path |
Request-URI |
[RW] | script_name | |
[RW] | path_info | |
[RW] | query_string | |
[R] | raw_header |
Header and entity body |
[R] | header |
Header and entity body |
[R] | cookies |
Header and entity body |
[R] | accept | |
[R] | accept_charset | |
[R] | accept_encoding | |
[R] | accept_language | |
[RW] | user |
Misc |
[R] | addr | |
[R] | peeraddr | |
[R] | attributes | |
[R] | keep_alive | |
[R] | request_time | |
[R] | cipher | |
[R] | server_cert | |
[R] | client_cert |