|
HTP
0.3
|
#include <htp.h>

Data Fields | |
| bstr * | scheme |
| bstr * | username |
| bstr * | password |
| bstr * | hostname |
| bstr * | port |
| int | port_number |
| bstr * | path |
| bstr * | query |
| bstr * | fragment |
URI structure. Each of the fields provides access to a single URI element. A typical URI will look like this: http://username:password@hostname.com:8080/path?query#fragment.
Fragment identifier
Hostname
Password
The path part of this URI
Port, as string
Port, as number, but only if the port is valid.
Query string
Scheme
Username
1.7.6.1