top / index / prev / next / target / source
日記形式でつづる いがぴょんコラム ウェブページです。
| HTTP method | Corresponding SQL | OData specification to be compliant |
|---|---|---|
| GET | SELECT | Request (Individual, Query) |
| POST | INSERT | Create |
| PATCH | UPSERT | Update |
| PATCH (If-Match="*") | UPDATE | Update with header If-Match |
| PATCH (If-None-Match="*") | INSERT | Update with header If-None-Match |
| DELETE | DELETE | Delete |
| PUT (NOT supported) | (NOT supported) | OData v4 spec |
If-Match = "*" for the purpose of UPDATE.Last modified: $Date: 2021-05-13 $