mirror of
https://github.com/zigzap/zap.git
synced 2025-10-20 23:24:09 +00:00
Update README.md
This commit is contained in:
parent
8f649e85a7
commit
901022007b
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ Here's what works:
|
|||
Authentication](./examples/userpass_session_auth/)**: A convenience
|
||||
authenticator that redirects un-authenticated requests to a login page and
|
||||
sends cookies containing session tokens based on username/password pairs
|
||||
transmitted via POST request.
|
||||
received via POST request.
|
||||
- **[MIDDLEWARE support](examples/middleware/middleware.zig)**: chain together
|
||||
request handlers in middleware style. Provide custom context structs, totally
|
||||
type-safe, using **[ZIG-CEPTION](doc/zig-ception.md)**. If you come from GO
|
||||
|
|
Loading…
Add table
Reference in a new issue