aboutsummaryrefslogtreecommitdiff
path: root/src/net/http/sniff_test.go
AgeCommit message (Expand)Author
2019-03-19net/http: fix wrong mime rar signatureLE Manh Cuong
2019-03-18net/http: Detect MIME type of v5 RAR archivesbakape
2019-03-06net/http: remove discrepancies between the MIME Sniffing Spec and its impleme...Kshitij Saraogi
2018-06-10net/http: add application/wasm mime typeAgniva De Sarker
2018-03-25net/http: use top-level font media typeAgniva De Sarker
2018-03-24net/http: add sniffing support for woff2Agniva De Sarker
2017-12-06net/http: keep testing DetectContentType of empty bodyRuss Cox
2017-11-22net/http: implement sniffing for some fontsEmmanuel Odeke
2017-11-15net/http: don't set Content-Type with empty body automaticallyTw
2017-06-13net/http: fix application/ogg sniff signatureEmmanuel Odeke
2016-11-04net/http: speed up tests, use t.Parallel when it's safeBrad Fitzpatrick
2016-03-26net/http: add more audio/video mime sniffingEmmanuel Odeke
2015-12-10net/http: run more tests in http2 modeBrad Fitzpatrick
2015-12-09net/http: sniffTest for 5953 set in http2 modeEmmanuel Odeke
2015-12-07net/http: sniffWrite test also in http2 modeEmmanuel Odeke
2015-12-04net/http: sniff tests ported to h2Emmanuel Odeke
2015-11-17net/http: add/update mp4 sniffingEmmanuel Odeke
2014-09-08build: move package sources from src/pkg to srcRuss Cox