Hoogle Search
Within LTS Haskell 24.58 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
_encodingHeaders :: Encoding -> InsOrdHashMap Text (Referenced Header)openapi3 Data.OpenApi.Internal A map allowing additional information to be provided as headers, for example Content-Disposition. Content-Type is described separately and SHALL be ignored in this section. This property SHALL be ignored if the request body media type is not a multipart.
_headerAllowEmptyValue :: Header -> Maybe Boolopenapi3 Data.OpenApi.Internal No documentation available.
_headerDeprecated :: Header -> Maybe Boolopenapi3 Data.OpenApi.Internal No documentation available.
_headerDescription :: Header -> Maybe HeaderNameopenapi3 Data.OpenApi.Internal A short description of the header.
_headerExample :: Header -> Maybe Valueopenapi3 Data.OpenApi.Internal No documentation available.
_headerExamples :: Header -> InsOrdHashMap Text (Referenced Example)openapi3 Data.OpenApi.Internal No documentation available.
_headerExplode :: Header -> Maybe Boolopenapi3 Data.OpenApi.Internal No documentation available.
_headerRequired :: Header -> Maybe Boolopenapi3 Data.OpenApi.Internal No documentation available.
_headerSchema :: Header -> Maybe (Referenced Schema)openapi3 Data.OpenApi.Internal No documentation available.
_pathItemHead :: PathItem -> Maybe Operationopenapi3 Data.OpenApi.Internal A definition of a HEAD operation on this path.