- Building Microservices with Go
- Nic Jackson
- 56字
- 2021-07-15 17:28:09
OPTIONS
The OPTIONS verb is used when a client would like to retrieve the possible interactions for a resource. Typically, the server will return an Allow header, which will include the HTTP verbs that can be used with this resource.
Request:
OPTIONS /v1/cats/12343 HTTP/1.1
Content-Length: 0
Response:
HTTP/1.1 200 OK
Content-Length: 0
Allow: GET, PUT, DELETE
推薦閱讀
- Vue.js快速入門(mén)與深入實(shí)戰(zhàn)
- Java從入門(mén)到精通(第4版)
- Hands-On JavaScript High Performance
- Building Mapping Applications with QGIS
- EPLAN實(shí)戰(zhàn)設(shè)計(jì)
- 嚴(yán)密系統(tǒng)設(shè)計(jì):方法、趨勢(shì)與挑戰(zhàn)
- Learning Concurrent Programming in Scala
- CoffeeScript Application Development Cookbook
- App Inventor創(chuàng)意趣味編程進(jìn)階
- Spring技術(shù)內(nèi)幕:深入解析Spring架構(gòu)與設(shè)計(jì)原理(第2版)
- Node.js 12實(shí)戰(zhàn)
- Android編程權(quán)威指南(第4版)
- Learning Cocos2d-JS Game Development
- 零基礎(chǔ)學(xué)SQL(升級(jí)版)
- Vue.js 3.x高效前端開(kāi)發(fā)(視頻教學(xué)版)