feat: add Nox-API upstream support

This commit is contained in:
liumangmang
2026-06-30 11:22:38 +08:00
parent 9600e4ceba
commit a914d3d222
8 changed files with 189 additions and 33 deletions
@@ -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