Skip to content

Instantly share code, notes, and snippets.

View sriram26112001's full-sized avatar
😤
Always a coder !!!

SRIRAM sriram26112001

😤
Always a coder !!!
  • 03:31 (UTC +05:30)
View GitHub Profile

HTTP Status Code Cheat Sheet

1xx: Informational

These codes indicate that the request was received and is being processed.

  • 100 Continue: The initial part of the request has been received, and the client should continue to send the rest of the request.
  • 101 Switching Protocols: The server is switching protocols as requested by the client.

2xx: Success