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
Fri, Jan 16, 8:30 PM (1 d, 12 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3575573

Event Timeline