mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-24 06:24:18 +02:00
Merge pull request #751 from jlowin/accept-header
Add accept to excluded headers
This commit is contained in:
commit
1914c96261
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