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.

  1. makeClientRequest :: ClientEnv -> BaseUrl -> Request -> IO Request

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

  2. RequiredKeyCodec :: forall input input1 output output1 . (Coercible input input1, Coercible output output1) => Text -> ValueCodec input1 output1 -> Maybe Text -> Codec (KeyMap Value) input output

    autodocodec Autodocodec

    No documentation available.

  3. requiredField :: HasCodec output => Text -> Text -> ObjectCodec output output

    autodocodec 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

  4. requiredField' :: HasCodec output => Text -> ObjectCodec output output

    autodocodec Autodocodec

    Like requiredField, but without documentation

  5. requiredFieldWith :: Text -> ValueCodec input output -> Text -> ObjectCodec input output

    autodocodec Autodocodec

    A required field During decoding, the field must be in the object. During encoding, the field will always be in the object.

  6. requiredFieldWith' :: Text -> ValueCodec input output -> ObjectCodec input output

    autodocodec Autodocodec

    Like requiredFieldWith, but without documentation.

  7. requiredField :: HasCodec output => Text -> Text -> ObjectCodec output output

    autodocodec 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

  8. requiredField' :: HasCodec output => Text -> ObjectCodec output output

    autodocodec Autodocodec.Class

    Like requiredField, but without documentation

  9. RequiredKeyCodec :: forall input input1 output output1 . (Coercible input input1, Coercible output output1) => Text -> ValueCodec input1 output1 -> Maybe Text -> Codec (KeyMap Value) input output

    autodocodec Autodocodec.Codec

    No documentation available.

  10. requiredFieldWith :: Text -> ValueCodec input output -> Text -> ObjectCodec input output

    autodocodec Autodocodec.Codec

    A required field During decoding, the field must be in the object. During encoding, the field will always be in the object.

Page 272 of many | Previous | Next