Hoogle Search

Within LTS Haskell 24.45 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. module Gogol.Prelude

    No documentation available.

  2. PATCH :: StdMethod

    gogol-core Gogol.Prelude

    No documentation available.

  3. POST :: StdMethod

    gogol-core Gogol.Prelude

    No documentation available.

  4. PUT :: StdMethod

    gogol-core Gogol.Prelude

    No documentation available.

  5. data Param

    gogol-core Gogol.Prelude

    Query parameter.

  6. type Patch = Verb 'PATCH 200

    gogol-core Gogol.Prelude

    PATCH with 200 status code.

  7. type PatchAccepted = Verb 'PATCH 202

    gogol-core Gogol.Prelude

    PATCH with 202 status code.

  8. type PatchNoContent = NoContentVerb 'PATCH

    gogol-core Gogol.Prelude

    PATCH with 204 status code.

  9. type PatchNonAuthoritative = Verb 'PATCH 203

    gogol-core Gogol.Prelude

    PATCH with 203 status code.

  10. data PlainText

    gogol-core Gogol.Prelude

    No documentation available.

Page 61 of many | Previous | Next