Page MenuHomeMusing Studio

request.go
No OneTemporary

request.go

package writefreely
import "mime"
func IsJSON(h string) bool {
ct, _, _ := mime.ParseMediaType(h)
return ct == "application/json"
}

File Metadata

Mime Type
text/plain
Expires
Tue, Jan 27, 10:17 PM (1 d, 2 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3575573

Event Timeline