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 PatchNonAuthoritative = Verb 'PATCH 203

    servant Servant.API

    PATCH with 203 status code.

  2. data PlainText

    servant Servant.API

    No documentation available.

  3. type Post = Verb 'POST 200

    servant Servant.API

    POST with 200 status code.

  4. type PostAccepted = Verb 'POST 202

    servant Servant.API

    POST with 202 status code.

  5. type PostCreated = Verb 'POST 201

    servant Servant.API

    POST with 201 status code.

  6. type PostNoContent = NoContentVerb 'POST

    servant Servant.API

    POST with 204 status code.

  7. type PostNonAuthoritative = Verb 'POST 203

    servant Servant.API

    POST with 203 status code.

  8. type PostResetContent = Verb 'POST 205

    servant Servant.API

    POST with 205 status code.

  9. type Put = Verb 'PUT 200

    servant Servant.API

    PUT with 200 status code.

  10. type PutAccepted = Verb 'PUT 202

    servant Servant.API

    PUT with 202 status code.

Page 76 of many | Previous | Next