HTTP Deep dive
Headers
HTTP headers are key-value pairs sent between a client (like a web browser) and a server in an HTTP request or response. They convey metadata about the request or response, such as content type, auth information etc.
Common headers
Authoriza...
http-deep-dive.hashnode.dev6 min read