Module EventMachine
In: lib/em-http/http_encoding.rb
lib/em-http/request.rb
lib/em-http/http_header.rb
lib/em-http/multi.rb
lib/em-http/version.rb
lib/em-http/client.rb
lib/em-http/mock.rb

#— Copyright (C)2008 Ilya Grigorik

Includes portion originally Copyright (C)2007 Tony Arcieri Includes portion originally Copyright (C)2005 Zed Shaw You can redistribute this under the terms of the Ruby license See file LICENSE for details #—

Methods

Classes and Modules

Module EventMachine::HttpDecoders
Module EventMachine::HttpEncoding
Class EventMachine::HttpChunkHeader
Class EventMachine::HttpClient
Class EventMachine::HttpRequest
Class EventMachine::HttpResponseHeader
Class EventMachine::MockHttpRequest
Class EventMachine::MultiRequest

Constants

OriginalHttpRequest = HttpRequest unless const_defined?(:OriginalHttpRequest)

Public Instance methods

parses socks 5 server responses as specified on www.faqs.org/rfcs/rfc1928.html

[Validate]