Last-Modified: {docsify-updated}
restful
基本知識
- http method: http://restful-api-design.readthedocs.io/en/latest/methods.html
- http request 方式: 注意使用不同編碼方式傳入參數,header 的 Content-Type 會不同。
| Content-type | desc |
|---|---|
| application/x-www-form-urlencoded | form encode |
| multipart/form-data | form data mixed, 檔案上傳必須用這個 |
| application/json | json encode |
- 定義 response format:
- success format
- error format