summaryrefslogtreecommitdiff
path: root/lib/net/http/header.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix previous commitv3_0_6ruby_3_0NAKAMURA Usaku2023-03-301-2/+2
* Limit header lengthNAKAMURA Usaku2023-03-301-0/+8
* Improve documentation for Net::HTTPHeader#set_form [ci skip]Jeremy Evans2020-05-271-16/+36
* Fix typo: duplicated the [skip-ci]ohbarye2019-08-091-1/+1
* Show the caller's locationNobuyoshi Nakada2019-07-241-2/+2
* ReFix r663197nobu2018-12-111-10/+10
* Fix r663197nobu2018-12-111-10/+10
* Preserve HTTP header key as string [Bug #15394]naruse2018-12-101-12/+14
* net/http: Improve net/http header error message.marcandre2018-09-191-1/+1
* raise error if value contains CR/LF in iniheader of initialize_http_headernaruse2017-12-201-3/+7
* Add uplevel keyword to Kernel#warn and use itshyouhei2017-12-121-2/+2
* Fixed misspelling words.hsbt2017-10-221-2/+2
* HTTPHeader#add_field should allow binary [Bug #13926]naruse2017-09-251-2/+2
* to_str -> to_sko12017-08-301-1/+1
* A HTTP Header value must not contain CR or LF.naruse2017-08-301-2/+30
* * lib/net/http/header.rb: Fix typo. [ci skip][fix GH-1407]hsbt2016-08-161-1/+1
* * lib/net/http/header.rb: [DOC] add documentation thatktsj2016-05-041-0/+10
* * lib/net/http/header.rb (Net::HTTPHeader#{each_header,each_name,ktsj2016-05-041-5/+5
* net/http/header.rb: refactornobu2016-04-251-12/+8
* * lib/net/http/header.rb: Warn nil variable on HTTP Header.hsbt2016-01-291-2/+5
* stdlib: avoid extra calls to eliminate "\n" from Base64normal2016-01-101-1/+1
* [DOC] Fix typosa_matsuda2015-12-231-1/+1
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* * lib/net/http/header.rb: pass header names as symbols.hsbt2015-02-081-1/+1
* * lib/net/http/header.rb: [DOC] Net::HTTP#to_hash returns pair of key and...hsbt2013-12-071-4/+4
* range.c: revert r42400nobu2013-08-081-1/+2
* net/http/header.rb: remove a hacknobu2013-08-061-1/+0
* * lib/net/http/header.rb (Net::HTTPHeader#range): fix broken parser ofnaruse2012-05-231-7/+33
* * lib/net/http.rb: Broke up Net::HTTP into individual files.drbrain2012-05-221-0/+426