??????CURL?????в???REST API ???????Ч?????????????????? Chrome ????????
????POSTMAN
??????????
????REST Console
???????????
???????????POSTMAN????????????????? REST Console ????????????????????棬??????????????????????????飬???ò???????????????????????? REST?? http?????????
??????????????????????

????1. POSTMAN ???????
????1. Authorization
????Basic Auth
????Digest Auth
????OAuth 1.0
????2. REQUEST METHOD
????GET?? PUT?? POST?? PATCH?? DELETE?? LINK?? UNLINK?? COPY?? HEAD?? OPTIONS?? PURGE
????3. Request Headers
Content-Type??
form-data
x-www-form-urlencoded
raw
Content-Type:multipart/form-data; boundary=----WebKitFormBoundaryVQuD0ghtRqDehBQH
Request Payload:
------WebKitFormBoundaryVQuD0ghtRqDehBQH
Content-Disposition: form-data; name="image"
dddddd
------WebKitFormBoundaryVQuD0ghtRqDehBQH--
Content-Type:application/x-www-form-urlencoded
Form Data:
image:bbbbbbb
Content-Type:text/plain;charset=UTF-8
Request Payload:
image=aaaaaaaaaaaaaa

??????3????????? form-data ?????? PUT ???????????REST Console?е? Content-Type:multpart/form-data ????? PUT ?????????????????bug
????4. Response Body
???????3????????? ????????XML??JSON?????
????Pretty
????Raw
????Preview
????JSON/XML
????5. Response Header
Connection →
Connection
Options that are desired for the connection
Keep-Alive
Content-Length →93
Content-Type →application/json; charset=UTF-8
Date →Fri?? 01 Aug 2014 05:41:56 GMT
Keep-Alive →timeout=5?? max=100
Server →Apache/2.2.9 (Win32) PHP/5.4.30 mod_fcgid/2.3.6
X-Powered-By →PHP/5.4.30