Skip to content

Commit

Permalink
feat: add cookie_map
Browse files Browse the repository at this point in the history
  • Loading branch information
kitsonk committed Jan 23, 2024
1 parent a066bb0 commit f39997f
Show file tree
Hide file tree
Showing 4 changed files with 1,495 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ The
[inline documentation](https://doc.deno.land/https://deno.land/x/oak_commons)
for each modules is the best guide on the usage of the APIs:

- [/cookie_map.ts](https://doc.deno.land/https://deno.land/x/oak_commons/cookie_map.ts) -
an API for managing signed and unsigned cookies server side.
- [/http_errors.ts](https://doc.deno.land/https://deno.land/x/oak_commons/http_errors.ts) -
utilities for working with HTTP Error status as JavaScript errors.
- [/method.ts](https://doc.deno.land/https://deno.land/x/oak_commons/method.ts) -
Expand Down
Loading

0 comments on commit f39997f

Please sign in to comment.