Qore Swagger Module Reference 2.4
Loading...
Searching...
No Matches
Swagger::HeaderObject Class Reference

describes a single HTTP header More...

#include <Swagger.qm.dox.h>

Inheritance diagram for Swagger::HeaderObject:
[legend]

Static Public Member Methods

static void checkValueType (*string loc, *SchemaObject items, reference< auto > value, string type)
 validates default values
 
- Static Public Member Methods inherited from Swagger::SchemaBase
static void throwInvalidType (auto value, string expected, string name, string actual)
 throws an SCHEMA-VALIDATION-ERROR exception
 

Additional Inherited Members

- Public Member Methods inherited from Swagger::ObjectBase
void constructor ()
 Constructor.
 
void constructor (hash< auto > oh)
 Constructor.
 
void constructor (ObjectBase other)
 copy constructor
 
void initialize (hash< auto > oh)
 Initialize.
 
- Public Member Methods inherited from Swagger::SchemaBase
void checkIntern (reference value, binary v, string name, string method, string path, *string format, string type, bool serialize, bool request)
 converts binary values to strings for supported formats
 
void constructor ()
 Private constructor.
 
void constructor (SchemaBase other)
 Copy constructor.
 
void constructor (string objType, hash< auto > oh)
 Constructor.
 
auto getExampleValueWithFormat (*string fname, string type, *string format)
 returns an example value for the given type
 

Detailed Description

describes a single HTTP header