IRISLIB database
spec Class Reference

Specification class to define API Management version 2. More...

Inheritance diagram for spec:
Collaboration diagram for spec:

Static Public Attributes

 HandleCorsRequest = None
 Specification class to define API Management version 2. More...
 
- Static Public Attributes inherited from Spec
 Strict = None
 This superclass is used as a known entry point for OpenAPI REST API Models. More...
 
 XDataName = None
 The name of the XData block which contains the OpenAPI 2.0 specification.
 

Detailed Description

Specification class to define API Management version 2.

Member Data Documentation

◆ HandleCorsRequest

HandleCorsRequest = None
static

Specification class to define API Management version 2.

This parameter influences the CORS support. The default is an empty string meaning 'not specified'.

If set to true (1) then CORS processing is ON. If set to false (0) then CORS processing is OFF. If left unset "" then the decision to process CORS is delegated to the setting on the URL map route.