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, Dec 5, 12:36 AM (1 d, 17 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3444761

Event Timeline