summaryrefslogtreecommitdiff
path: root/src/pkg/http
Commit message (Expand)AuthorAgeFilesLines
* log: new interfaceRob Pike2010-10-122-6/+6
* http: return the correct error if a header line is too long.Stephen Ma2010-10-061-0/+2
* http: fix http handler signature changes previously missedStephen Ma2010-09-302-26/+26
* http: revised http Handler interfaceStephen Ma2010-09-294-210/+240
* http: support HTTP/1.0 Keep-AliveBrad Fitzpatrick2010-09-273-14/+59
* http: correct escaping of different parts of URLRuss Cox2010-09-276-203/+348
* http: fix redirect test for international usersAndrew Gerrand2010-09-231-3/+5
* http: Change redirect test URL, as the old one now fails.Ian Lance Taylor2010-09-221-2/+2
* http: don't always escape all reserved chars (fix build)Andrew Gerrand2010-09-222-10/+13
* http: escape _all_ reserved characters as per the RFCAndrew Gerrand2010-09-221-1/+1
* http: check https certificate against host nameRuss Cox2010-09-111-3/+13
* websocket: Add support for secure WebSocketsJukka-Pekka Kekkonen2010-09-111-0/+7
* http: do not cache CanonicalHeaderKeyJukka-Pekka Kekkonen2010-09-081-11/+13
* http: add Date to server, Last-Modified and If-Modified-Since to file serverRuss Cox2010-09-023-24/+20
* http: add PostForm function to post url-encoded key/value data.Andrew Gerrand2010-09-021-0/+44
* http: obscure passwords in return value of URL.StringScott Lawrence2010-08-263-1/+30
* http: doc nitRuss Cox2010-08-231-1/+1
* http: fix typo in http.Request documentationScott Lawrence2010-08-221-1/+1
* build: no required environment variablesRuss Cox2010-08-182-2/+2
* http: parse query string always, not just in GETRuss Cox2010-08-172-17/+49
* crypto/tls: client certificate support.Mikkel Krautz2010-08-161-1/+1
* http: add https client supportFazlul Shahriar2010-07-281-4/+11
* http/transferWriter: Write body when content length unknownJames Whitehead2010-07-192-0/+17
* mime/multipart and HTTP multipart/form-data supportBrad Fitzpatrick2010-07-142-0/+40
* http: fix ParseURL to handle //relative_path properlyAndrew Gerrand2010-07-132-1/+12
* http, crypto/tls: followup fixes from 1684051.Adam Langley2010-07-021-2/+2
* crypto/tls, http: Make HTTPS servers easier.Adam Langley2010-07-021-0/+52
* strings and bytes.Split: make count of 0 mean 0, not infinite.Rob Pike2010-07-012-3/+3
* http: client_test nil pointer fixAndrew Gerrand2010-06-301-1/+1
* http: reply to Expect 100-continue requests automaticallyBrad Fitzpatrick2010-06-162-0/+35
* misc cleanup: gofmt + &x -> x[0:] conversionRuss Cox2010-06-081-4/+11
* http: add Head function for making HTTP HEAD requestsAndrew Gerrand2010-06-082-1/+23
* http: fix erroneous commentAndrew Gerrand2010-06-061-4/+4
* http: handle status 304 correctlyRuss Cox2010-06-031-0/+11
* changes &x -> x[0:] for array to slice conversionRuss Cox2010-05-271-1/+1
* http: prevent crash if remote server is not responding with "HTTP/"Robert Griesemer2010-05-111-1/+1
* http: fix documentation exampleRuss Cox2010-04-051-6/+7
* simplify various code using new map index ruleRuss Cox2010-03-303-47/+30
* single argument panicRuss Cox2010-03-301-6/+2
* http: add HandleFunc as shortcut to Handle(path, HandlerFunc(func))Andrew Gerrand2010-03-291-0/+11
* delete all uses of panicln by rewriting them using panic or,Rob Pike2010-03-241-1/+1
* runtime: malloc sampling, pprof interfaceRuss Cox2010-03-242-0/+103
* http: add Error helper functionAndrew Gerrand2010-03-201-4/+7
* http: change RawPath to mean raw path, not raw everything-after-scheme.Russ Cox2010-03-164-70/+109
* http: add ParseQueryPetar Maymounkov2010-03-162-5/+8
* gofmt: modified algorithm for alignment of multi-line composite/list entriesRobert Griesemer2010-03-044-20/+20
* gofmt: fix alignment of multi-line var declarationsRobert Griesemer2010-03-021-2/+2
* http: corrected comment for Response.GetHeader.Andrew Gerrand2010-03-031-7/+6
* gofmt: experiment: align values in map composites where possibleRobert Griesemer2010-03-029-145/+145
* go/printer, gofmt: align comments in multi-line expression listsRobert Griesemer2010-02-251-1/+1