about summary refs log tree commit homepage
path: root/lib/yahns/proxy_pass.rb
DateCommit message (Expand)
2019-05-10proxy_pass: document as a public API
2017-04-03proxy_pass: comment explaining what rack.hijack calls
2016-12-29proxy_pass: add a note about the instability of this
2016-06-05req_res: store proxy_pass object here, instead
2016-06-01proxy_pass: pass entire object to proxy_http_response
2016-05-31proxy_pass: X-Forwarded-For appends to existing list
2016-05-16proxy_pass: split out req_res into a separate file
2016-05-16proxy_pass: simplify writing request bodies upstream
2016-04-27proxy_pass: drop resources immediately on errors
2016-02-13proxy_pass: pass X-Forwarded-Proto through
2016-01-02copyright updates for 2016
2016-01-02enable frozen_string_literal for Ruby 2.3+
2015-12-15nodoc internals
2015-10-03proxy_pass: quiet down ECONNRESET and EPIPE, too
2015-05-18proxy_pass: allow filtering or overriding response headers
2015-05-12proxy_pass: no point in closing StringIO
2015-05-09proxy_pass: favor literal hash over arrays for error responses
2015-05-08proxy_pass: avoid unnecessary close method
2015-04-24proxy_pass: clear backtrace on ECONNREFUSED
2015-04-11proxy_pass: attempt to forward premature upstream responses
2015-04-09proxy_pass: capture local variable earlier for rescue
2015-04-07proxy_pass: avoid needless regexp
2015-04-07proxy_pass: possibly avoid breaking some middlewares
2015-04-07proxy_pass: send 1.0 requests to upstreams for 1.0 clients
2015-04-07proxy_pass: preliminary support for passing trailers
2015-04-03proxy_pass: test and fix larger uploads
2015-04-03proxy_pass: rewrite to be async, using rack.hijack
2015-03-14proxy_pass: officially become a part of yahns