We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Task-tracking issue for 1.7:
rack.input
#each
http_request
#as_str
#json
content-length
proxy.timeout.io
x-forwarded-for
x-forwarded-proto
body#close
related:
The text was updated successfully, but these errors were encountered:
I think we are ready for 1.7. Remaining tasks should be handled in future releases.
Sorry, something went wrong.
add doc for mruby HTTP client API #637 #643
b4c9e1f
No branches or pull requests
Task-tracking issue for 1.7:
rack.input
already closed raise error when reading from a closed rack input #644#each
to read response from rack apphttp_request
should return response progressively using#each
progressive response from mruby #645#as_str
in response object implement InputStream#as_str #649 (changed to#json
as part of totally async http client #651)http_request
to core skip mruby layer when sending data obtained usinghttp_request
#665content-length
header supplied from rack app send content length when possible #664proxy.timeout.io
http_request
, as well as setx-forwarded-for
andx-forwarded-proto
, via, etc.?body#close
must be called #680 fix and reduce the risk of GC-arena related leaks #701related:
The text was updated successfully, but these errors were encountered: