Hoogle Search

Within LTS Haskell 24.37 (ghc-9.10.3)

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

  1. PATCH :: StdMethod

    gogol-core Gogol.Prelude

    No documentation available.

  2. POST :: StdMethod

    gogol-core Gogol.Prelude

    No documentation available.

  3. PUT :: StdMethod

    gogol-core Gogol.Prelude

    No documentation available.

  4. data Param

    gogol-core Gogol.Prelude

    Query parameter.

  5. type Patch = Verb 'PATCH 200

    gogol-core Gogol.Prelude

    PATCH with 200 status code.

  6. type PatchAccepted = Verb 'PATCH 202

    gogol-core Gogol.Prelude

    PATCH with 202 status code.

  7. type PatchNoContent = NoContentVerb 'PATCH

    gogol-core Gogol.Prelude

    PATCH with 204 status code.

  8. type PatchNonAuthoritative = Verb 'PATCH 203

    gogol-core Gogol.Prelude

    PATCH with 203 status code.

  9. data PlainText

    gogol-core Gogol.Prelude

    No documentation available.

  10. type Post = Verb 'POST 200

    gogol-core Gogol.Prelude

    POST with 200 status code.

Page 61 of many | Previous | Next