Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. _operationRequestBody :: Operation -> Maybe (Referenced RequestBody)

    openapi3 Data.OpenApi.Internal

    The request body applicable for this operation. The requestBody is only supported in HTTP methods where the HTTP 1.1 specification RFC7231 has explicitly defined semantics for request bodies. In other cases where the HTTP spec is vague, requestBody SHALL be ignored by consumers.

  2. _paramRequired :: Param -> Maybe Bool

    openapi3 Data.OpenApi.Internal

    Determines whether this parameter is mandatory. If the parameter is in "path", this property is required and its value MUST be true. Otherwise, the property MAY be included and its default value is False.

  3. _requestBodyContent :: RequestBody -> InsOrdHashMap MediaType MediaTypeObject

    openapi3 Data.OpenApi.Internal

    The content of the request body. The key is a media type or media type range and the value describes it. For requests that match multiple keys, only the most specific key is applicable. e.g. text/plain overrides text/*

  4. _requestBodyDescription :: RequestBody -> Maybe Text

    openapi3 Data.OpenApi.Internal

    A brief description of the request body. This could contain examples of use. CommonMark syntax MAY be used for rich text representation.

  5. _requestBodyRequired :: RequestBody -> Maybe Bool

    openapi3 Data.OpenApi.Internal

    Determines if the request body is required in the request. Defaults to False.

  6. _schemaRequired :: Schema -> [ParamName]

    openapi3 Data.OpenApi.Internal

    No documentation available.

  7. getSecurityRequirement :: SecurityRequirement -> InsOrdHashMap Text [Text]

    openapi3 Data.OpenApi.Internal

    No documentation available.

  8. class HasRequestBodies s a | s -> a

    openapi3 Data.OpenApi.Lens

    No documentation available.

  9. class HasRequestBody s a | s -> a

    openapi3 Data.OpenApi.Lens

    No documentation available.

  10. class HasRequired s a | s -> a

    openapi3 Data.OpenApi.Lens

    No documentation available.

Page 354 of many | Previous | Next