1
0
mirror of https://github.com/golang/go synced 2024-11-19 15:14:45 -07:00
go/src/net/http
Burcu Dogan afc2c45f05 net/http: define File as an io.Seeker
Fixes #13421.

Change-Id: Ic0fc0d0a8e86d2be23db12ddd1a8a8105e26ee56
Reviewed-on: https://go-review.googlesource.com/17250
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Burcu Dogan <jbd@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2015-11-30 20:43:39 +00:00
..
cgi net/http/cgi: optimize internal function removeLeadingDuplicates a bit 2015-10-15 14:42:11 +00:00
cookiejar
fcgi net/http/fcgi: fix panic with malformed params record 2015-09-27 06:57:03 +00:00
httptest net/http: register HTTP/2 before listening in ListenAndServe 2015-11-04 16:25:18 +00:00
httputil net/http/httputil: add hook for managing io.Copy buffers per request 2015-10-28 05:53:28 +00:00
internal net/http/internal: ignore chunk-extension when reading chunked encoding bodies 2015-11-10 08:17:58 +00:00
pprof runtime/trace: add new package 2015-07-22 15:47:16 +00:00
testdata
client_test.go net/http: detect when an HTTPS client contacts an HTTP server 2015-11-17 04:06:32 +00:00
client.go net/http: detect when an HTTPS client contacts an HTTP server 2015-11-17 04:06:32 +00:00
clientserver_test.go net/http: add test that automatic gzip works for HTTP2's Transport 2015-11-26 17:15:22 +00:00
cookie_test.go net/http: harden, document func SetCookie and type Cookie 2015-06-30 16:19:02 +00:00
cookie.go all: link to https instead of http 2015-07-11 14:36:33 +00:00
doc.go
example_test.go net/http: add example for setting trailers in an Handler 2015-07-20 00:40:40 +00:00
export_test.go net/http: start of making all relevant tests test both http1 and http2 2015-11-19 02:41:20 +00:00
filetransport_test.go
filetransport.go
fs_test.go net/http: fixed TestLinuxSendfile for mips64 2015-11-12 04:50:57 +00:00
fs.go net/http: define File as an io.Seeker 2015-11-30 20:43:39 +00:00
h2_bundle.go net/http: add test that automatic gzip works for HTTP2's Transport 2015-11-26 17:15:22 +00:00
header_test.go
header.go net/textproto: don't treat spaces as hyphens in header keys 2015-06-30 17:59:02 +00:00
http_test.go net/http: do not allow space or slash in Host headers 2015-07-15 03:15:59 +00:00
jar.go
lex_test.go
lex.go
main_test.go net/http: more HTTP/2 tests and fixes 2015-11-25 05:18:46 +00:00
method.go net/http: add method constants 2015-11-13 10:12:46 +00:00
npn_test.go
proxy_test.go
race.go
range_test.go
readrequest_test.go net/http: revert overly-strict part of earlier smuggling defense 2015-07-07 21:33:06 +00:00
request_test.go net/http: require valid methods in NewRequest and Transport.RoundTrip 2015-11-13 10:13:48 +00:00
request.go net/http: require valid methods in NewRequest and Transport.RoundTrip 2015-11-13 10:13:48 +00:00
requestwrite_test.go net/http: change default user agent string 2015-06-26 17:29:35 +00:00
response_test.go net/http: ignore Transfer-Encoding for HTTP/1.0 responses 2015-10-13 01:04:42 +00:00
response.go net/http: add comment to exported ErrNoCookie and ErrNoLocation values 2015-06-26 17:28:07 +00:00
responsewrite_test.go
serve_test.go net/http: more HTTP/2 tests and fixes 2015-11-25 05:18:46 +00:00
server.go net/http: register HTTP/2 before listening in ListenAndServe 2015-11-04 16:25:18 +00:00
sniff_test.go net/http: add/update mp4 sniffing 2015-11-17 18:00:15 +00:00
sniff.go net/http: add/update mp4 sniffing 2015-11-17 18:00:15 +00:00
status.go net/http: export the "new" error codes from RFC 6585 2015-10-12 22:35:31 +00:00
transfer_test.go
transfer.go net/http: ignore Transfer-Encoding for HTTP/1.0 responses 2015-10-13 01:04:42 +00:00
transport_test.go net/http: more HTTP/2 tests and fixes 2015-11-25 05:18:46 +00:00
transport.go net/http: accept empty method in Transport again 2015-11-19 01:35:36 +00:00
triv.go net/http: document that [ListenAnd]Serve always returns a non-nil error 2015-08-20 12:13:41 +00:00