Skip to content

Instantly share code, notes, and snippets.

@Sharabaddin
Created February 22, 2018 17:00
Show Gist options
  • Save Sharabaddin/762fc0a77077ae18f31ebaf89408b0bd to your computer and use it in GitHub Desktop.
Save Sharabaddin/762fc0a77077ae18f31ebaf89408b0bd to your computer and use it in GitHub Desktop.
request
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
"borodachenko@gmail.com"
--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