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. 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).

  2. _paramSchemaFormat :: ParamSchema (t :: SwaggerKind Type) -> Maybe Format

    swagger2 Data.Swagger.Internal

    No documentation available.

  3. collectionCommonFormats :: forall (t :: SwaggerKind Type) . [CollectionFormat t]

    swagger2 Data.Swagger.Internal

    No documentation available.

  4. collectionFormatConstr :: forall (t :: SwaggerKind Type) . CollectionFormat t -> Constr

    swagger2 Data.Swagger.Internal

    No documentation available.

  5. collectionFormatDataType :: DataType

    swagger2 Data.Swagger.Internal

    No documentation available.

  6. class HasFormat s a | s -> a

    swagger2 Data.Swagger.Lens

    No documentation available.

  7. addExtensionsFor :: Traversal' Swagger Operation -> (Value -> Value -> Value) -> InsOrdHashMap Text Value -> Swagger -> Swagger

    swagger2 Data.Swagger.Operation

    No documentation available.

  8. applyTagsFor :: Traversal' Swagger Operation -> [Tag] -> Swagger -> Swagger

    swagger2 Data.Swagger.Operation

    Apply tags to a part of Swagger spec and update the global list of tags.

  9. setResponseFor :: Traversal' Swagger Operation -> HttpStatusCode -> Declare (Definitions Schema) Response -> Swagger -> Swagger

    swagger2 Data.Swagger.Operation

    Set response for specified operations. This will also update global schema definitions. If the response already exists it will be overwritten. See also setResponseForWith.

  10. setResponseForWith :: Traversal' Swagger Operation -> (Response -> Response -> Response) -> HttpStatusCode -> Declare (Definitions Schema) Response -> Swagger -> Swagger

    swagger2 Data.Swagger.Operation

    Set or update response for specified operations. This will also update global schema definitions. If the response already exists, but it can't be dereferenced (invalid $ref), then just the new response is used. See also setResponseFor.

Page 664 of many | Previous | Next