Created
February 22, 2018 17:00
-
-
Save Sharabaddin/762fc0a77077ae18f31ebaf89408b0bd to your computer and use it in GitHub Desktop.
request
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Request URL:https://51.255.193.76/test/register | |
Request Method:POST | |
Status Code:200 OK | |
Provisional headers are shown | |
Accept-Encoding:gzip | |
Connection:Keep-Alive | |
Content-Length:1475 | |
Content-Type:multipart/form-data; boundary=f51105ea-3c3c-466d-85cf-c209b831e9ce | |
Host:51.255.193.76 | |
User-Agent:okhttp/3.8.0 | |
--f51105ea-3c3c-466d-85cf-c209b831e9ce | |
Content-Disposition: form-data; name="email" | |
Content-Transfer-Encoding: binary | |
Content-Type: application/json; charset=UTF-8 | |
Content-Length: 24 | |
"[email protected]" | |
--f51105ea-3c3c-466d-85cf-c209b831e9ce | |
Content-Disposition: form-data; name="password" | |
Content-Transfer-Encoding: binary | |
Content-Type: application/json; charset=UTF-8 | |
Content-Length: 13 | |
"passwordQ13" | |
--f51105ea-3c3c-466d-85cf-c209b831e9ce | |
Content-Disposition: form-data; name="firstname" | |
Content-Transfer-Encoding: binary | |
Content-Type: application/json; charset=UTF-8 | |
Content-Length: 20 | |
"Александр" | |
--f51105ea-3c3c-466d-85cf-c209b831e9ce | |
Content-Disposition: form-data; name="lastname" | |
Content-Transfer-Encoding: binary | |
Content-Type: application/json; charset=UTF-8 | |
Content-Length: 20 | |
"Симоненко" | |
--f51105ea-3c3c-466d-85cf-c209b831e9ce | |
Content-Disposition: form-data; name="gender" | |
Content-Transfer-Encoding: binary | |
Content-Type: application/json; charset=UTF-8 | |
Content-Length: 6 | |
"male" | |
--f51105ea-3c3c-466d-85cf-c209b831e9ce | |
Content-Disposition: form-data; name="birthday" | |
Content-Transfer-Encoding: binary | |
Content-Type: application/json; charset=UTF-8 | |
Content-Length: 12 | |
"1990-11-27" | |
--f51105ea-3c3c-466d-85cf-c209b831e9ce | |
Content-Disposition: form-data; name="myfile.png"; filename="myfile.png" | |
Content-Type: image/* | |
Content-Length: 12 | |
Hello world! | |
--f51105ea-3c3c-466d-85cf-c209b831e9ce-- |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment