Soletta™ Framework
|
Handle for an HTTP URL. More...
#include <sol-http.h>
Data Fields | |
struct sol_str_slice | fragment |
struct sol_str_slice | host |
struct sol_str_slice | password |
struct sol_str_slice | path |
uint32_t | port |
If set to 0 it'll be ignored. More... | |
struct sol_str_slice | query |
struct sol_str_slice | scheme |
struct sol_str_slice | user |
Handle for an HTTP URL.
Uniform Resource Locator conforms to the following syntax:
scheme:[//[user:password@]host[:port]][/]path[?query][#fragment
]
struct sol_str_slice sol_http_url::fragment |
struct sol_str_slice sol_http_url::host |
struct sol_str_slice sol_http_url::password |
struct sol_str_slice sol_http_url::path |
uint32_t sol_http_url::port |
If set to 0 it'll be ignored.
struct sol_str_slice sol_http_url::query |
struct sol_str_slice sol_http_url::scheme |
struct sol_str_slice sol_http_url::user |