You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,8 +29,11 @@ dependencies {
29
29
30
30
# Usage
31
31
32
-
The servlet supports both GET and POST.
33
-
In POST, plain request body containing JSON is supported, as well as a multipart upload with a part called 'graphql'.
32
+
The servlet supports both GET and POST. For GET requests, query parameters are read.
33
+
In POST, plain request body containing JSON is supported, as well as a multipart upload with a part called 'graphql' containing JSON. All methods expect the following fields:
0 commit comments