aboutsummaryrefslogtreecommitdiffstats
path: root/lib/webrick/httpresponse.rb
Commit message (Expand)AuthorAgeFilesLines
* [ruby/webrick] Enabled chunked encoding if Transfer-Encoding: chunked header ...Jeremy Evans2019-11-301-0/+1
* [ruby/webrick] Document HTTPResponse#body callable optionzverok2019-11-301-2/+15
* [ruby/webrick] Remove Webrick::HTTPResponse#to_sJeremy Evans2019-10-241-6/+0
* WEBrick: prevent response splitting and header injectionYusuke Endoh2019-10-011-1/+2
* WEBrick::HTTPResponse create tempfile if required.Tanaka Akira2019-07-111-2/+39
* Remove extraneous spaces at the end of status lineNobuyoshi Nakada2019-06-241-1/+1
* lib/webrick: explicitly convert header values to a stringmame2018-11-261-2/+2
* lib/*: Prefer require_relative over require.marcandre2018-11-021-4/+4
* webrick/httpresponse: set_redirect requires a valid URInormal2018-07-141-1/+3
* get rid of test error/failure on Windows introduced at r62955usa2018-03-281-1/+6
* webrick: prevent response splitting and header injectionnormal2018-03-281-2/+17
* webrick/httpresponse: make ChunkedWrapper copy_stream-compatiblenormal2018-03-281-2/+7
* webrick: use IO.copy_stream for single range responsenormal2018-03-281-3/+9
* webrick/httpresponse: IO.copy_stream for regular filesnormal2018-03-281-24/+3
* webrick: favor .write over << methodnormal2018-03-281-10/+11
* webrick/httpresponse: minor cleanups to reduce memory usenormal2017-10-311-16/+15
* webrick: support Proc objects as body responsesnormal2017-10-301-0/+35
* * lib/webrick/httpresponse.rb: Move error_body to method. It allow tohsbt2016-03-291-4/+8
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* * lib/gserver.rb: remove redundant use of to_s in interpolation.hsbt2014-06-241-1/+1
* * lib/webrick/httpresponse.rb: [DOC] Fix typoa_matsuda2013-12-051-1/+1
* * lib/webrick/httpresponse.rb: Allow #body to be an IO-like objectdrbrain2013-08-071-4/+6
* * lib/webrick/accesslog.rb: Improved WEBrick documentation.drbrain2013-01-261-9/+69
* * lib/webrick/httpresponse.rb (WEBrick::HTTPResponse#send_body_io):naruse2012-04-071-7/+12
* * lib/webrick/httpresponse.rb (setup_header): 1xx responsestenderlove2011-12-121-1/+1
* * lib/webrick/httpresponse.rb (setup_header): 204 and 304 responsestenderlove2011-12-121-1/+1
* * lib/webrick/httpresponse.rb (HTTPResponse#setup_header): Close nahi2011-06-211-0/+5
* * lib/webrick: Add Documentationdrbrain2011-05-101-2/+70
* * lib/*.rb: Remove unused variable warnings.marcandre2010-11-081-1/+1
* merge revision(s) 28997:shyouhei2010-08-161-1/+1
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-061-2/+2
* * lib/webrick/httpproxy.rb (WEBrick::HTTPProxyServer#do_CONNECT):matz2008-11-081-10/+10
* * lib/rdoc.rb: massive spelling correction patch from Evan Farrarmatz2008-06-041-1/+1
* * ext/json/lib/json/pure/generator.rb,naruse2008-02-121-1/+1
* * lib/webrick/config.rb (WEBrick::Config::HTTP): add new parameters,gotoyuzo2006-05-181-7/+6
* * lib/webrick/httpresponse.rb (WEBrick::HTTPResponse#send_body_io):gotoyuzo2004-10-211-16/+19
* * lib/webrick/config.rb:gotoyuzo2004-10-121-1/+19
* * lib/webrick/cgi.rb (CGI): add support for mod_ruby.gotoyuzo2003-12-221-2/+3
* * lib/webrick/server.rb (GenericServer#start): should rescuegotoyuzo2003-12-041-3/+3
* * lib/webrick/httpresponse.rb: add HTTPResponse#keep_alive=.gotoyuzo2003-11-251-1/+2
* * lib/webrick: imported.gotoyuzo2003-07-231-0/+304