Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 478 Bytes

http_guidelines.md

File metadata and controls

11 lines (8 loc) · 478 Bytes

HTTP Guidelines

🐮 GET fresh grass, PUT out smelly cowpie! This is a real status code: 200 OK!

Simple HTTP Guidelines for the RESTful API

  • JSend - Simple JSON responses
  • A successful request is indicated by HTTP status code: 200 OK
  • Supported HTTP versions are: HTTP/1.0, HTTP/1.1
  • HTTP methods (Verbs): GET, PUT, DELETE, POST, PATCH
  • HTTP request and response body use application/json as the Content-Type