mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-22 21:44:18 +02:00
Add accept to excluded headers
This commit is contained in:
parent
74675a52c6
commit
f4df37dc0c
1 changed files with 1 additions and 0 deletions
|
|
@ -67,6 +67,7 @@ def get_http_headers(include_all: bool = False) -> dict[str, str]:
|
|||
"te",
|
||||
"keep-alive",
|
||||
"expect",
|
||||
"accept",
|
||||
# Proxy-related headers
|
||||
"proxy-authenticate",
|
||||
"proxy-authorization",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue