Skip to content

Instantly share code, notes, and snippets.

@OluwadaraDaily
Last active June 2, 2023 07:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save OluwadaraDaily/af7dc4bc7b62310586e123fe26de0a01 to your computer and use it in GitHub Desktop.
Save OluwadaraDaily/af7dc4bc7b62310586e123fe26de0a01 to your computer and use it in GitHub Desktop.
An example of headers in Javascript
const headers = {
Authorization: [YOUR_TOKEN_OR_API_KEY],
Content-Type: ["application/json", "text/plain", "multipart/form-data", ...],
Cache-Control: ["no-cache", "max-age", "no-store", ...],
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment