Open
Description
Topics to cover:
- Basic structure of
:enter
,:leave
, and:error
functions - Creating an interceptor from a map
- Interceptors as values (i.e.,
def
with a map) - Interceptors constructed in functions (closing over state)
- The
IntoInterceptor
protocol (use adefrecord
for an example) - Async return from an interceptor
- Streaming response bodies
- Distinction between interceptors as a general technique vs. the HTTP handling interceptors in Pedestal
Metadata
Metadata
Assignees
Labels
No labels