Skip to content

Headers

The Headers interface of the Fetch API allows you to perform various actions on HTTP request and response headers. These actions include retrieving, setting, adding to, and removing headers from the list of the request’s headers.

Swarmd Headers

Swarmd set some headers on incoming requests and outgoing responses. While you can’t change or set those, you can use them for your application too.

The list of those headers are here.

Examples

MDN Reference