aboutsummaryrefslogtreecommitdiff
path: root/src/net/http/sniff.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-06-01all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper
2018-03-25net/http: use top-level font media typeAgniva De Sarker
2018-03-24net/http: add sniffing support for woff2Agniva De Sarker
2017-11-22net/http: implement sniffing for some fontsEmmanuel Odeke
2017-06-13net/http: fix application/ogg sniff signatureEmmanuel Odeke
2016-03-26net/http: add more audio/video mime sniffingEmmanuel Odeke
2016-03-02all: single space after period.Brad Fitzpatrick
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2015-11-17net/http: add/update mp4 sniffingEmmanuel Odeke
2015-08-26net/http: remove always true comparisonTodd Neal
2014-12-09net/http: avoid some allocations in DetectContentTypeBrad Fitzpatrick
2014-09-08build: move package sources from src/pkg to srcRuss Cox