module OutputBuilderOasCommon
Direct including types
Defined in:
output_builder/oas_common.crConstant Summary
-
ANY_OPERATION_METHODS =
["get", "post", "put", "patch", "delete", "options", "head", "trace"] of ::String -
VALID_OPERATION_METHODS =
Set {"get", "put", "post", "delete", "options", "head", "patch", "trace"}