index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
webrick
/
httpresponse.rb
Age
Commit message (
Expand
)
Author
2020-12-10
Move webrick library into internal test toolchain
Hiroshi SHIBATA
2019-11-30
[ruby/webrick] Enabled chunked encoding if Transfer-Encoding: chunked header ...
Jeremy Evans
2019-11-30
[ruby/webrick] Document HTTPResponse#body callable option
zverok
2019-10-24
[ruby/webrick] Remove Webrick::HTTPResponse#to_s
Jeremy Evans
2019-10-01
WEBrick: prevent response splitting and header injection
Yusuke Endoh
2019-07-11
WEBrick::HTTPResponse create tempfile if required.
Tanaka Akira
2019-06-24
Remove extraneous spaces at the end of status line
Nobuyoshi Nakada
2018-11-26
lib/webrick: explicitly convert header values to a string
mame
2018-11-02
lib/*: Prefer require_relative over require.
marcandre
2018-07-14
webrick/httpresponse: set_redirect requires a valid URI
normal
2018-03-28
get rid of test error/failure on Windows introduced at r62955
usa
2018-03-28
webrick: prevent response splitting and header injection
normal
2018-03-28
webrick/httpresponse: make ChunkedWrapper copy_stream-compatible
normal
2018-03-28
webrick: use IO.copy_stream for single range response
normal
2018-03-28
webrick/httpresponse: IO.copy_stream for regular files
normal
2018-03-28
webrick: favor .write over << method
normal
2017-10-31
webrick/httpresponse: minor cleanups to reduce memory use
normal
2017-10-30
webrick: support Proc objects as body responses
normal
2016-03-29
* lib/webrick/httpresponse.rb: Move error_body to method. It allow to
hsbt
2015-12-16
Add frozen_string_literal: false for all files
naruse
2014-06-24
* lib/gserver.rb: remove redundant use of to_s in interpolation.
hsbt
2013-12-05
* lib/webrick/httpresponse.rb: [DOC] Fix typo
a_matsuda
2013-08-07
* lib/webrick/httpresponse.rb: Allow #body to be an IO-like object
drbrain
2013-01-26
* lib/webrick/accesslog.rb: Improved WEBrick documentation.
drbrain
2012-04-07
* lib/webrick/httpresponse.rb (WEBrick::HTTPResponse#send_body_io):
naruse
2011-12-12
* lib/webrick/httpresponse.rb (setup_header): 1xx responses
tenderlove
2011-12-12
* lib/webrick/httpresponse.rb (setup_header): 204 and 304 responses
tenderlove
2011-06-21
* lib/webrick/httpresponse.rb (HTTPResponse#setup_header): Close
nahi
2011-05-10
* lib/webrick: Add Documentation
drbrain
2010-11-08
* lib/*.rb: Remove unused variable warnings.
marcandre
2010-08-16
merge revision(s) 28997:
shyouhei
2009-03-06
* {ext,lib,test}/**/*.rb: removed trailing spaces.
nobu
2008-11-08
* lib/webrick/httpproxy.rb (WEBrick::HTTPProxyServer#do_CONNECT):
matz
2008-06-04
* lib/rdoc.rb: massive spelling correction patch from Evan Farrar
matz
2008-02-12
* ext/json/lib/json/pure/generator.rb,
naruse
2006-05-18
* lib/webrick/config.rb (WEBrick::Config::HTTP): add new parameters,
gotoyuzo
2004-10-21
* lib/webrick/httpresponse.rb (WEBrick::HTTPResponse#send_body_io):
gotoyuzo
2004-10-12
* lib/webrick/config.rb:
gotoyuzo
2003-12-22
* lib/webrick/cgi.rb (CGI): add support for mod_ruby.
gotoyuzo
2003-12-04
* lib/webrick/server.rb (GenericServer#start): should rescue
gotoyuzo
2003-11-25
* lib/webrick/httpresponse.rb: add HTTPResponse#keep_alive=.
gotoyuzo
2003-07-23
* lib/webrick: imported.
gotoyuzo