htp_uri_t Struct Reference

#include <htp.h>

Collaboration diagram for htp_uri_t:
Collaboration graph
[legend]

Data Fields

bstrscheme
bstrusername
bstrpassword
bstrhostname
bstrport
int port_number
bstrpath
bstrquery
bstrfragment

Detailed Description

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.


Field Documentation

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


The documentation for this struct was generated from the following file:

Generated on 17 Aug 2012 for HTP by  doxygen 1.6.1