Classes: Client, Server
"HTTP/1.1"
30 31 32
# File 'lib/async/http/protocol/http11.rb', line 30 def self.client(stream) Client.new(stream) end
34 35 36
# File 'lib/async/http/protocol/http11.rb', line 34 def self.server(stream) Server.new(stream) end