You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
USe `headers-out` (plural) to get an association list of headers:
23
+
24
+
> An alist of the outgoing http headers not including the 'Set-Cookie', 'Content-Length', and 'Content-Type' headers. Use the functions HEADER-OUT and (SETF HEADER-OUT) to modify this slot.
25
+
26
+
## Get headers
27
+
28
+
Use the `header-in*` and `headers-in*` (plural) function:
29
+
30
+
Function: (header-in* name &optional (request *request*))
31
+
32
+
> Returns the incoming header with name NAME. NAME can be a keyword (recommended) or a string.
0 commit comments