Commit add195b
committed
feat: Add HTTP headers to ServerCallContext
Include HTTP headers in the ServerCallContext to provide
handlers with easy access to critical request metadata.
This change maintains consistency with the existing design
pattern of using the call context for request-specific data
and simplifies handler implementation by making headers
readily available via `context.state['headers']`.1 parent 60168b7 commit add195b
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| 92 | + | |
92 | 93 | | |
93 | 94 | | |
94 | 95 | | |
| |||
0 commit comments