GATE
C/C++ Framework
Loading...
Searching...
No Matches
gate_uri_class Struct Reference

URI components structure. More...

#include <uris.h>

Data Fields

gate_string_t scheme
gate_string_t user_info
gate_string_t host
gate_int32_t port
gate_string_t absolute_path
gate_string_t query

Detailed Description

URI components structure.

Field Documentation

◆ scheme

gate_string_t scheme

URI query part

◆ user_info

gate_string_t user_info

URI user info in format user:password

◆ host

URI host name

◆ port

gate_int32_t port

URI service port

◆ absolute_path

gate_string_t absolute_path

URI resource path (must begin with '/')

◆ query

URI query part (must begin with '?')


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