Class | EventMachine::Protocols::HttpClient2::Request |
In: |
lib/protocols/httpcli2.rb
|
Parent: | Object |
HttpResponseRE | = | /\AHTTP\/(1.[01]) ([\d]{3})/i |
ClenRE | = | /\AContent-length:\s*(\d+)/i |
ChunkedRE | = | /\ATransfer-encoding:\s*chunked/i |
ColonRE | = | /\:\s*/ |
content | [R] | |
header_lines | [R] | |
headers | [R] | |
internal_error | [R] | |
status | [R] | |
version | [R] |