Page Menu
Home
Musing Studio
Search
Configure Global Search
Log In
Files
F12634621
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
454 B
Subscribers
None
View Options
diff --git a/request.go b/request.go
new file mode 100644
index 0000000..0f170a1
--- /dev/null
+++ b/request.go
@@ -0,0 +1,13 @@
+package impart
+
+import (
+ "mime"
+ "net/http"
+)
+
+// ReqJSON returns whether or not the given Request is sending JSON, based on
+// the Content-Type header being application/json.
+func ReqJSON(r *http.Request) bool {
+ ct, _, _ := mime.ParseMediaType(r.Header.Get("Content-Type"))
+ return ct == "application/json"
+}
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Fri, Dec 5, 12:49 AM (6 h, 29 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3524980
Attached To
rI impart
Event Timeline
Log In to Comment