summaryrefslogtreecommitdiff
path: root/src/pkg/net/http
Commit message (Expand)AuthorAgeFilesLines
* [release-branch.go1.2] net/http/httputil: fix DumpRequestOut with ContentLeng...Andrew Gerrand2013-11-012-3/+55
* net/http: skip content-type sniffing if the header is explicitly unset.Michael Piatek2013-10-154-10/+34
* net/http: be clear that HTTPS is supportedRuss Cox2013-10-021-1/+1
* all: fix some mistakes found by go tool vet .Rob Pike2013-09-273-3/+3
* net/http: accept Content-Range for entire fileRuss Cox2013-09-232-1/+8
* net/http: send correct time in Date header.Dmitry Chestnykh2013-09-223-1/+17
* net/http/cgi: use 'https://' for urls if HTTPS is set.Thomas Habets2013-09-182-12/+39
* net/http: document ServeMux handling of pattern "/"Brad Fitzpatrick2013-09-122-0/+22
* net/http: explain the "1.1" in the default User-AgentRuss Cox2013-09-111-0/+5
* net/http: remove dreg of obsoleted network pollerMikio Hara2013-09-041-1/+0
* net/http: sniff lessBrad Fitzpatrick2013-09-031-3/+2
* net/http: redirect handlers from mux.Handler() shouldn't clear the query stringShenghou Ma2013-08-292-1/+74
* net/http: document Request.Body moreBrad Fitzpatrick2013-08-271-1/+10
* net: have separate read and write processing threads on windowsAlex Brainman2013-08-271-1/+1
* net/http: do not send leading dot in cookie domain attributeVolker Dobler2013-08-262-3/+8
* all: protect alloc count tests by -testing.shortRob Pike2013-08-211-0/+3
* net/http: support WriteString on the ResponseWriterBrad Fitzpatrick2013-08-192-3/+31
* net/http: don't send an automatic Content-Length on a 304 Not ModifiedBrad Fitzpatrick2013-08-152-13/+63
* net/http: unify the confusingly-named serve_test and server_testBrad Fitzpatrick2013-08-152-104/+92
* net/http: do not send malformed cookie domain attributeVolker Dobler2013-08-122-14/+91
* net/http: simplify server, use bufio Reader.Reset and Writer.ResetBrad Fitzpatrick2013-08-101-57/+24
* net/http: Make ReadResponse work with a nil Request parameterTaru Karttunen2013-08-093-14/+37
* net/http: fix early side effects in the ResponseWriter's ReadFromBrad Fitzpatrick2013-08-082-8/+83
* net/http: Various fixes to Basic authenticationPieter Droogendijk2013-08-074-17/+51
* net/http: do not send redundant Connection: close header in HTTP/1.0 responsesJosh Bleecher Snyder2013-08-062-2/+64
* net/http: treat HEAD requests like GET requestsBrad Fitzpatrick2013-08-063-18/+29
* undo CL 12486043 / ab644299d124Brad Fitzpatrick2013-08-055-10/+10
* all: use strings.IndexByte instead of Index where possibleBrad Fitzpatrick2013-08-055-10/+10
* net/http: fix Response.Header documentation for multiple headers with same keyJosh Bleecher Snyder2013-08-041-1/+1
* net/http: don't write out invalid cookie linesBrad Fitzpatrick2013-08-013-8/+94
* net/http: document that Error is to be used with plain textAndrew Balholm2013-08-011-0/+1
* net/http: don't MIME sniff if handler set an empty string Content-TypeBrad Fitzpatrick2013-07-312-1/+26
* net/http: skip TestDirJoin on Windows, even if /etc/hosts existsShivakumar GN2013-07-301-0/+3
* net/http: respect tls.Config.ServerName in TransportBrad Fitzpatrick2013-07-222-2/+32
* all: be more idiomatic when documenting boolean return values.Rob Pike2013-07-236-10/+10
* net/http: document and test Client.Post treating Reader body as ReadCloserBrad Fitzpatrick2013-07-192-2/+42
* net/http: document NewRequest treating Reader as ReadCloserBrad Fitzpatrick2013-07-181-0/+4
* net/http: in ServeContent, don't seek on content until necessaryBrad Fitzpatrick2013-07-102-18/+52
* net/http: fix memory leak in TransportBrad Fitzpatrick2013-06-283-1/+56
* net/http: Transport should return an error when response body ends earlyBrad Fitzpatrick2013-06-242-5/+40
* net/http: fix confusing shadowing in ProxyFromEnvironmentBrad Fitzpatrick2013-06-201-3/+5
* all: fix shadowing bugs found by go tool vet -shadowRob Pike2013-06-201-2/+3
* net/http: add another Hijacker testBrad Fitzpatrick2013-05-211-21/+48
* net/http: don't send Accept-Encoding on HEAD requestsBrad Fitzpatrick2013-05-212-4/+12
* net/http: use WriteString directly when possibleBrad Fitzpatrick2013-05-201-3/+3
* net/http: simplify transfer body; reduces allocations tooBrad Fitzpatrick2013-05-202-14/+12
* net/http: fewer allocations in the server pathBrad Fitzpatrick2013-05-192-13/+59
* net/http: Fix basic authentication with empty passwordAlberto Garc?a Hierro2013-05-142-1/+47
* net/http/httptest: fix incorrectly-named ResponseRecorder exampleAndrew Gerrand2013-04-291-1/+1
* all: fix typosShenghou Ma2013-04-242-2/+2