Skip to content

Instantly share code, notes, and snippets.

@bagder
Created March 17, 2022 22:53
Show Gist options
  • Save bagder/fd0c3bedaef8528aff43699e69a2a8e9 to your computer and use it in GitHub Desktop.
Save bagder/fd0c3bedaef8528aff43699e69a2a8e9 to your computer and use it in GitHub Desktop.
headers as JSON
{
"Date": [
"Tue, 09 Nov 2010 14:49:00 GMT"
],
"Server": [
"test-server/fake"
],
"Last-Modified": [
"Tue, 13 Jun 2000 12:10:00 GMT"
],
"ETag": [
"\"21025-dc7-39462498\""
],
"Accept-Ranges": [
"bytes"
],
"Set-Cookie": [
"firstcookie=want; path=/",
"2cookie=want; path=/",
"cookie3=want; path=/"
],
"Content-Length": [
"6"
],
"Connection": [
"close"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment