Page Menu
Home
Musing Studio
Search
Configure Global Search
Log In
Files
F10384198
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
Sat, Nov 23, 7:21 AM (1 d, 17 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3104440
Attached To
rI impart
Event Timeline
Log In to Comment