summaryrefslogtreecommitdiff
path: root/types/cookie/cookie.go
AgeCommit message (Collapse)Author
2024-05-30Cookie: Return the context without handle if no handle was givenjwijenbergh
2024-02-19All: Document everything to pass revive lintjwijenbergh
2024-02-19Format: Run gofumptjwijenbergh
2024-02-19Cookie + Exports: Store and return the cookie from the underlying contextjwijenbergh
This has the ability so that we can easily get the same cookie back in the client package by creating the one from the context
2024-02-19All: Prepare to get rid of go-errors/errors libjwijenbergh
2023-09-25Types: Add a new cookie typejwijenbergh
Used as a specialized context in state callbacks and for cancellation