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.
type
PipeCommand = (String, [String])simple-cmd SimpleCmd Type alias for a command in a pipe
-
swagger2 Data.Swagger Describes a single operation parameter. A unique parameter is defined by a combination of a name and location.
Param :: Text -> Maybe Text -> Maybe Bool -> ParamAnySchema -> Paramswagger2 Data.Swagger No documentation available.
-
swagger2 Data.Swagger No documentation available.
ParamBody :: Referenced Schema -> ParamAnySchemaswagger2 Data.Swagger No documentation available.
ParamFormData :: ParamLocationswagger2 Data.Swagger 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).
-
swagger2 Data.Swagger Custom headers that are expected as part of the request.
-
swagger2 Data.Swagger No documentation available.
-
swagger2 Data.Swagger No documentation available.
ParamOther :: ParamOtherSchema -> ParamAnySchemaswagger2 Data.Swagger No documentation available.