Unit 'httpd24' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#httpd24]

apr_uri_t

Declaration

Source position: apr_uri.inc line 82

type apr_uri_t = record

  scheme: PChar;

  hostinfo: PChar;

  user: PChar;

  password: PChar;

  hostname: PChar;

  port_str: PChar;

  path: PChar;

  query: PChar;

  fragment: PChar;

  hostent: Pointer;

  port: apr_port_t;

  BitFlags: Cardinal;

end;


Documentation generated on: 2023-03-18