Skip to content

Instantly share code, notes, and snippets.

View ba5eem's full-sized avatar
🚲
code

Baseem ba5eem

🚲
code
  • Research Corporation of University of Hawaii
  • Hawaii/MSP
View GitHub Profile
@ba5eem
ba5eem / serverCodes.md
Created September 22, 2017 21:19 — forked from sgnl/serverCodes.md
status codes

1xx: Information

Code Message Description
100 Continue The server has received the request headers, and the client should proceed to send the request body
101 Switching Protocols The requester has asked the server to switch protocols
103 Checkpoint Used in the resumable requests proposal to resume aborted PUT or POST requests

2xx: Successful

Code Message Description
@ba5eem
ba5eem / serverCodes.md
Created September 22, 2017 21:19 — forked from sgnl/serverCodes.md
status codes

1xx: Information

Code Message Description
100 Continue The server has received the request headers, and the client should proceed to send the request body
101 Switching Protocols The requester has asked the server to switch protocols
103 Checkpoint Used in the resumable requests proposal to resume aborted PUT or POST requests

2xx: Successful

Code Message Description