Structs§
- Http
Error - HTTP error structure
- Http
Response - HTTP response structure
- Proxy
Config
Functions§
- get_
sub_ info_ from_ header - Extract subscription info from HTTP headers
- get_
sub_ info_ from_ response - Get subscription info from response headers with additional formatting
- parse_
proxy - web_get
- Synchronous version of web_get_async that uses tokio runtime to run the async function
- web_
get_ async - Makes an HTTP request to the specified URL
- web_
get_ content_ async - Asynchronous function that returns only the body content if status is 2xx, otherwise treats as error This provides backward compatibility with code expecting only successful responses
- web_
patch_ async - Makes an HTTP PATCH request to the specified URL
- web_
post_ async - Makes an HTTP POST request to the specified URL