|
Pharos 0.7.23
Modern Web Framework & Web App Hosting Service.
|
Data Fields | |
| char * | scheme |
| char * | host |
| int | port |
| char * | path |
Definition at line 263 of file native_dynamic_business_logic.c.
| char* ParsedHttpUrlLogicLocal::host |
Definition at line 265 of file native_dynamic_business_logic.c.
Referenced by free_parsed_http_url_logic_local(), outbound_http_post_logic_local(), and parse_http_url_logic_local().
| char* ParsedHttpUrlLogicLocal::path |
Definition at line 267 of file native_dynamic_business_logic.c.
Referenced by free_parsed_http_url_logic_local(), outbound_http_post_logic_local(), and parse_http_url_logic_local().
| int ParsedHttpUrlLogicLocal::port |
Definition at line 266 of file native_dynamic_business_logic.c.
Referenced by outbound_http_post_logic_local(), and parse_http_url_logic_local().
| char* ParsedHttpUrlLogicLocal::scheme |
Definition at line 264 of file native_dynamic_business_logic.c.
Referenced by free_parsed_http_url_logic_local(), and parse_http_url_logic_local().