Fix get_header JSON deserialization. (#8228)

#8224


  Please list or describe the changes introduced by this PR.


Co-Authored-By: Jimmy Chen <jchen.tc@gmail.com>
This commit is contained in:
Jimmy Chen
2025-10-20 18:10:40 +11:00
committed by GitHub
parent 2b30c96f16
commit c012f46cb9
3 changed files with 155 additions and 9 deletions

View File

@@ -12,3 +12,7 @@ reqwest = { workspace = true }
sensitive_url = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
[dev-dependencies]
mockito = { workspace = true }
tokio = { workspace = true }