summaryrefslogtreecommitdiffstats
path: root/net/http/http_util.h
Commit message (Expand)AuthorAgeFilesLines
* Add UMAs for checking header values against RFC 7230 in //nethiroshige2015-12-221-0/+5
* Switch to standard integer types in net/.Avi Drissman2015-12-201-0/+2
* Parse HPKP report-uri and persist in TransportSecurityPersisterestark2015-07-271-8/+19
* Revert of Parse HPKP report-uri and persist in TransportSecurityPersister (pa...rsleevi2015-07-211-19/+8
* Parse HPKP report-uri and persist in TransportSecurityPersisterestark2015-07-211-8/+19
* Use net's response header parser for parsing multipart headers.haavardm2015-06-111-1/+10
* Remove net::HttpUtil::PathForRequestnharper2015-06-031-4/+0
* Extract Retry-After parsing from captive portal detectorttuttle2014-11-061-0/+10
* Make sure that HttpRequestHeaders contains valid key-value pairs.rob2014-08-251-0/+7
* Update two obsolete RFC references.bnc@chromium.org2014-06-111-2/+2
* Revert of HttpServer: avoid DCHECK'ing on non-HTTP/1.1 requests. (https://cod...henrika@chromium.org2014-04-301-6/+0
* HttpServer: avoid DCHECK'ing on non-HTTP/1.1 requests.gunsch@chromium.org2014-04-301-0/+6
* net: Migrate from googleurl/ includes to url/ ones.tfarina@chromium.org2013-07-121-1/+1
* Stop sending Accept-Charset HTTP header as its not relevant anymore. Remove ...pauljensen@chromium.org2013-03-151-5/+0
* Move string tokenizer to base/strings.brettw@chromium.org2013-02-021-3/+3
* Fix proxy CONNECT response handlingttuttle@chromium.org2012-08-091-0/+9
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* fix clang warnings for chrome on androidqinmin@chromium.org2012-07-101-3/+0
* Suppress pause-and-buffer behavior when the HTTP response won't satisfy futur...fischman@chromium.org2012-05-251-0/+8
* This patch tunes our parsing of the Content-Disposition header to match otherabarth@chromium.org2012-01-311-0/+7
* Delete net::GetHeaderParamValueabarth@chromium.org2012-01-311-2/+5
* Improve parsing of the Content-Disposition headerabarth@chromium.org2012-01-271-2/+6
* Cleanup: Remove unneeded forward declararations in net.thestig@chromium.org2011-11-111-3/+1
* chrome.experimental.downloads.download() implementationbenjhayden@chromium.org2011-09-161-0/+4
* Don't interpret embeded NULLs in a response header line as a line terminator.eroman@chromium.org2011-09-131-0/+8
* Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE.darin@chromium.org2011-08-121-5/+5
* Net: Add NET_API to some http code.rvargas@google.com2011-05-191-4/+5
* Added raw headers support to DevTools.vsevik@chromium.org2011-04-201-0/+6
* Move BuildRequestHeaders back to http_network_transaction.cc now that it's no...abarth@chromium.org2011-04-061-17/+0
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Start reordering the methods in headers in net/.erg@google.com2011-01-071-0/+1
* Refactor net::HttpUtil::NameValuePairsIterator to relieve clients of the need...erikwright@chromium.org2010-10-221-9/+18
* Move BuildRequestHeaders from HttpNetworkTransaction to rch@chromium.org2010-10-201-0/+18
* Extract name-value pair parsing from http_auth.cc (ChallengeTokenizer) into h...erikwright@chromium.org2010-09-301-2/+53
* FBTF: Moves code to the headers.erg@google.com2010-09-281-0/+2
* Take out additional dependency from http_util as a short-term fix to get the ...jam@chromium.org2010-09-231-5/+0
* Reland r59910 - Add HttpResponseBodyDrainer. Use it for unfinished HttpStrea...willchan@chromium.org2010-09-211-0/+7
* Revert 59908 (breaks WebKit layout tests) - Add HttpResponseBodyDrainer. Use...willchan@chromium.org2010-09-201-7/+0
* Add HttpResponseBodyDrainer. Use it for unfinished HttpStreams.willchan@chromium.org2010-09-191-0/+7
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Auto-format style pass over files.cbentzel@chromium.org2010-05-041-8/+8
* Use HttpRequestHeaders for extra_headers.willchan@chromium.org2010-04-201-0/+5
* Fixes ChromeFrame net tests which run the URLRequest unit tests by launching ...ananta@chromium.org2009-10-231-0/+6
* Adding support for Reset in StringTokenizerT and HttpHeadersIterator.tommi@chromium.org2009-10-161-0/+4
* Adding a Find method to the HeadersIterator class.tommi@chromium.org2009-10-161-0/+8
* Implement a parser that parses the "Range" HTTP headerhclam@chromium.org2009-04-281-1/+13
* Respect cookies set in a 401 responses when restarting the http transaction.ericroman@google.com2009-03-271-0/+8
* NO CODE CHANGEdeanm@chromium.org2009-03-111-1/+0
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-051-2/+2
* Add q-values to languages in Accept-Language HTTP header to be compatible wit...jungshik@google.com2009-01-231-0/+22