Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

  1. Param :: Text -> Maybe Text -> Maybe Bool -> ParamAnySchema -> Param

    swagger2 Data.Swagger.Internal

    No documentation available.

  2. data ParamAnySchema

    swagger2 Data.Swagger.Internal

    No documentation available.

  3. ParamBody :: Referenced Schema -> ParamAnySchema

    swagger2 Data.Swagger.Internal

    No documentation available.

  4. ParamFormData :: ParamLocation

    swagger2 Data.Swagger.Internal

    Used to describe the payload of an HTTP request when either application/x-www-form-urlencoded or multipart/form-data are used as the content type of the request (in Swagger's definition, the consumes property of an operation). This is the only parameter type that can be used to send files, thus supporting the ParamFile type. Since form parameters are sent in the payload, they cannot be declared together with a body parameter for the same operation. Form parameters have a different format based on the content-type used (for further details, consult http://www.w3.org/TR/html401/interact/forms.html#h-17.13.4).

  5. ParamHeader :: ParamLocation

    swagger2 Data.Swagger.Internal

    Custom headers that are expected as part of the request.

  6. data ParamLocation

    swagger2 Data.Swagger.Internal

    No documentation available.

  7. type ParamName = Text

    swagger2 Data.Swagger.Internal

    No documentation available.

  8. ParamOther :: ParamOtherSchema -> ParamAnySchema

    swagger2 Data.Swagger.Internal

    No documentation available.

  9. data ParamOtherSchema

    swagger2 Data.Swagger.Internal

    No documentation available.

  10. ParamOtherSchema :: ParamLocation -> Maybe Bool -> ParamSchema ('SwaggerKindParamOtherSchema :: SwaggerKind Type) -> ParamOtherSchema

    swagger2 Data.Swagger.Internal

    No documentation available.

Page 474 of many | Previous | Next