summaryrefslogtreecommitdiff
path: root/src/net/http/httptrace
Commit message (Expand)AuthorAgeFilesLines
* all: gofmt -w -r 'interface{} -> any' srcRuss Cox2021-12-131-1/+1
* net/http/httptrace: fix doc typoRodolfo Carvalho2021-03-051-1/+1
* net/http: fix a typo in commentsJavier Revillas2019-08-271-2/+2
* net/http/httptrace: fix typoberkant ipek2019-02-121-1/+1
* net/http/httptrace: add clarification never added to CL 67430Brad Fitzpatrick2018-06-271-1/+2
* net/http/httptrace: expose request headers for http/1.1Meir Fischer2018-06-271-1/+5
* net/http, net/http/httptrace: make Transport support 1xx responses properlyBrad Fitzpatrick2018-06-121-0/+7
* net/http/httptrace: clarify WroteRequest may be called multiple timesBrad Fitzpatrick2016-12-151-1/+2
* net/http/httptrace: refer http.Client users to the blog postJaana Burcu Dogan2016-10-281-0/+6
* net/http/httptrace: clarify ClientTrace docsBrad Fitzpatrick2016-10-211-3/+2
* net/http/httptrace: add ClientTrace.TLSHandshakeStart & TLSHandshakeDoneEdward Muller2016-10-191-0/+11
* net/http/httptrace: remove the mention of http clientJaana Burcu Dogan2016-09-251-2/+2
* net/http/httptrace: fix bad tracing exampleJaana Burcu Dogan2016-09-201-1/+5
* net/http, cmd/compile: minor vet fixesJosh Bleecher Snyder2016-08-251-1/+1
* net/http/httptrace: add simple example and fix copyright headerBilly Lynch2016-08-223-2/+27
* net/http/httptrace: test the order of hooks when ctx has multi ClientTracesJaana Burcu Dogan2016-08-191-0/+27
* net/http/httptrace: fix nit in testMikio Hara2016-05-271-1/+1
* net/http: update bundled x/net/http2 for httptrace changesBrad Fitzpatrick2016-05-181-0/+1
* net/http, net/http/httptrace: new package for tracing HTTP client requestsBrad Fitzpatrick2016-04-282-0/+287