aboutsummaryrefslogtreecommitdiffstats
path: root/lib/webrick/httpresponse.rb
Commit message (Expand)AuthorAgeFilesLines
* * 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