Skip to content

Commit

Permalink
feat(http/unstable): headers module (#4317)
Browse files Browse the repository at this point in the history
* Added IANA headers

* Apply suggestions from code review

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>

* Cleaned up and added jsr support

* Fixed linting

* unstable notices

---------

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
  • Loading branch information
halvardssm and iuioiua authored Aug 6, 2024
1 parent a9f3558 commit 259ce6d
Show file tree
Hide file tree
Showing 4 changed files with 1,224 additions and 0 deletions.
1 change: 1 addition & 0 deletions http/deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"./cookie": "./cookie.ts",
"./etag": "./etag.ts",
"./file-server": "./file_server.ts",
"./header": "./header.ts",
"./method": "./method.ts",
"./negotiation": "./negotiation.ts",
"./server-sent-event-stream": "./server_sent_event_stream.ts",
Expand Down
Loading

0 comments on commit 259ce6d

Please sign in to comment.