Hoogle Search
Within LTS Haskell 24.51 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
makeClientRequest :: ClientEnv -> BaseUrl -> Request -> IO Requestservant-client Servant.Client.Streaming this function can be used to customize the creation of http-client requests from servant requests. Default value: defaultMakeClientRequest Note that: 1. makeClientRequest exists to allow overriding operational semantics e.g. responseTimeout per request, If you need global modifications, you should use managerModifyRequest 2. the cookieJar, if defined, is being applied after makeClientRequest is called.
-
autodocodec Autodocodec No documentation available.
requiredField :: HasCodec output => Text -> Text -> ObjectCodec output outputautodocodec Autodocodec A required field During decoding, the field must be in the object. During encoding, the field will always be in the object. See requiredFieldWith
requiredField' :: HasCodec output => Text -> ObjectCodec output outputautodocodec Autodocodec Like requiredField, but without documentation
requiredFieldWith :: Text -> ValueCodec input output -> Text -> ObjectCodec input outputautodocodec Autodocodec A required field During decoding, the field must be in the object. During encoding, the field will always be in the object.
requiredFieldWith' :: Text -> ValueCodec input output -> ObjectCodec input outputautodocodec Autodocodec Like requiredFieldWith, but without documentation.
requiredField :: HasCodec output => Text -> Text -> ObjectCodec output outputautodocodec Autodocodec.Class A required field During decoding, the field must be in the object. During encoding, the field will always be in the object. See requiredFieldWith
requiredField' :: HasCodec output => Text -> ObjectCodec output outputautodocodec Autodocodec.Class Like requiredField, but without documentation
-
autodocodec Autodocodec.Codec No documentation available.
requiredFieldWith :: Text -> ValueCodec input output -> Text -> ObjectCodec input outputautodocodec Autodocodec.Codec A required field During decoding, the field must be in the object. During encoding, the field will always be in the object.