feat: add Nox-API upstream support
This commit is contained in:
@@ -80,6 +80,7 @@ def _normalize_headers(value: Any) -> list[dict[str, str]]:
|
||||
"type": str(item.get("type") or "authorization"),
|
||||
"value": header_value,
|
||||
"url": str(item.get("url") or ""),
|
||||
"header": str(item.get("header") or ""),
|
||||
})
|
||||
return result
|
||||
|
||||
|
||||
Reference in New Issue
Block a user