Ideally, it would work like this
def call(env)
request = HTTPClient.new(env)
response = request.execute
[response.status, response.headers, response.body]
end
and transparently handles things like chunked encoding etc.
|
Ideally, it would work like this
and transparently handles things like chunked encoding etc. |
|||
|
|