Files
nym/common
durch bd1fd73ba0 feat: unify HTTP client creation and enable domain fronting
Enhanced the base nym_http_api_client to reduce fragmentation and enable domain fronting:

- Added SerializationFormat enum for explicit JSON/bincode choice (no auto-detection)
- Added from_network() method to create clients from NymNetworkDetails with domain fronting
- Added with_bincode() builder method for explicit serialization configuration
- Set Accept header based on serialization preference
- Added deprecation paths for NymApiClient wrapper and nym_api::Client re-export
- Enabled domain fronting support via network defaults feature

This is part of a broader effort to consolidate HTTP client implementations across the codebase,
reducing ~500 lines of wrapper code and providing automatic domain fronting for censorship resistance.
2025-08-29 13:33:37 +02:00
..
2023-10-24 11:16:06 +02:00
2025-06-17 16:37:50 +02:00
2024-12-20 12:18:45 +01:00
2025-08-20 16:17:09 +01:00
2025-06-03 11:22:51 +01:00
2025-08-18 18:02:41 +02:00
2025-08-20 16:17:09 +01:00
2025-08-18 18:02:41 +02:00