• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

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. type PostAccepted = Verb 'POST 202

    gogol-core Gogol.Prelude

    POST with 202 status code.

  2. type PostCreated = Verb 'POST 201

    gogol-core Gogol.Prelude

    POST with 201 status code.

  3. type PostNoContent = NoContentVerb 'POST

    gogol-core Gogol.Prelude

    POST with 204 status code.

  4. type PostNonAuthoritative = Verb 'POST 203

    gogol-core Gogol.Prelude

    POST with 203 status code.

  5. type PostResetContent = Verb 'POST 205

    gogol-core Gogol.Prelude

    POST with 205 status code.

  6. type Put = Verb 'PUT 200

    gogol-core Gogol.Prelude

    PUT with 200 status code.

  7. type PutAccepted = Verb 'PUT 202

    gogol-core Gogol.Prelude

    PUT with 202 status code.

  8. type PutCreated = Verb 'PUT 201

    gogol-core Gogol.Prelude

    PUT with 201 status code.

  9. type PutNoContent = NoContentVerb 'PUT

    gogol-core Gogol.Prelude

    PUT with 204 status code.

  10. type PutNonAuthoritative = Verb 'PUT 203

    gogol-core Gogol.Prelude

    PUT with 203 status code.

Page 62 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete