Qore RestSchemaValidator Module Reference 2.2
Loading...
Searching...
No Matches
RestSchemaValidator::RestRequestServerInfo hashdecl Reference

a hash of information about a server-side request More...

#include <RestSchemaValidator.qm.dox.h>

Public Attributes

auto body
 the deserialized message body data
 
hash< auto > info
 miscellaneous free-form info about the parsed request
 
string path
 the URI path without query arguments
 
*hash< auto > path_args
 any path arguments
 
*hash< auto > query
 any query arguments
 

Detailed Description

a hash of information about a server-side request