View on GitHub

networking

Harsh Kapadia's Computer Networking knowledge base.

HTTP

(Back to Home)

Table of Contents

Introduction

HTTP Request Methods/Verbs

HTTP provides certain request methods to the client to state the action of their request on the server.

GET

POST

PUT

DELETE

PATCH

OPTIONS

CONNECT

TRACE

HTTP Response Status Codes

Success

Redirection

Client Errors

Server Errors

HTTP Versions

REST vs RPC

Miscellaneous