aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/http/server.go
AgeCommit message (Expand)Author
2011-02-10http: add Server type supporting timeoutsBrad Fitzpatrick
2011-02-01log: rename Exit* to Fatal*Rob Pike
2011-02-01http: add host patternsJose Luis Vázquez González
2011-01-19http: fix Content-Range and Content-Length in responseClement Skau
2011-01-13http: handle HEAD requests correctlyRuss Cox
2011-01-11http: fix text displayed in RedirectRuss Cox
2010-12-01http: consume request body before next requestBrad Fitzpatrick
2010-11-01strings: ContainsBrad Fitzpatrick
2010-11-01http server: don't send trailing '0' for chunked encoding when responding wit...Michael Hoisie
2010-10-12log: new interfaceRob Pike
2010-09-30http: fix http handler signature changes previously missedStephen Ma
2010-09-29http: revised http Handler interfaceStephen Ma
2010-09-27http: support HTTP/1.0 Keep-AliveBrad Fitzpatrick
2010-09-11websocket: Add support for secure WebSocketsJukka-Pekka Kekkonen
2010-09-02http: add Date to server, Last-Modified and If-Modified-Since to file serverRuss Cox
2010-08-16crypto/tls: client certificate support.Mikkel Krautz
2010-07-02 http, crypto/tls: followup fixes from 1684051.Adam Langley
2010-07-02crypto/tls, http: Make HTTPS servers easier.Adam Langley
2010-06-16http: reply to Expect 100-continue requests automaticallyBrad Fitzpatrick
2010-06-03http: handle status 304 correctlyRuss Cox
2010-04-05http: fix documentation exampleRuss Cox
2010-03-29http: add HandleFunc as shortcut to Handle(path, HandlerFunc(func))Andrew Gerrand
2010-03-24delete all uses of panicln by rewriting them using panic or,Rob Pike
2010-03-20http: add Error helper functionAndrew Gerrand
2010-02-12http: clarify ServeHTTP returnRuss Cox
2009-12-151) Change default gofmt default settings forRobert Griesemer
2009-11-13Created new Conn.Flush() public method so the fd pipeline can be drained arbi...David Titarenco
2009-11-09- replaced gofmt expression formatting algorithm withRobert Griesemer
2009-11-09remove semis after statements in one-statement statement listsRobert Griesemer
2009-11-08a nagging inconsistency: capitalization ofRuss Cox
2009-11-06- fine-tuning of one-line func heuristic (nodes.go)Robert Griesemer
2009-11-02package net cleanupRuss Cox
2009-10-15Trivial documentation fix for func ListenAndServe().Stephen Ma
2009-10-15typoRob Pike
2009-10-08more lgtm files from gofmtRuss Cox
2009-10-06apply gofmt to go, gob, hash, http, image, io, json, logRuss Cox
2009-09-15more "declared and not used".Russ Cox
2009-08-24Wrap kludge text in HTML comments so the text/html output will remain valid H...David Symonds
2009-08-12delete forward type declarationsRuss Cox
2009-08-12convert non-low-level non-google pkg codeRuss Cox
2009-06-09mv src/lib to src/pkgRob Pike