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.
type
PostAccepted = Verb 'POST 202gogol-core Gogol.Prelude POST with 202 status code.
type
PostCreated = Verb 'POST 201gogol-core Gogol.Prelude POST with 201 status code.
type
PostNoContent = NoContentVerb 'POSTgogol-core Gogol.Prelude POST with 204 status code.
type
PostNonAuthoritative = Verb 'POST 203gogol-core Gogol.Prelude POST with 203 status code.
type
PostResetContent = Verb 'POST 205gogol-core Gogol.Prelude POST with 205 status code.
-
gogol-core Gogol.Prelude PUT with 200 status code.
type
PutAccepted = Verb 'PUT 202gogol-core Gogol.Prelude PUT with 202 status code.
type
PutCreated = Verb 'PUT 201gogol-core Gogol.Prelude PUT with 201 status code.
type
PutNoContent = NoContentVerb 'PUTgogol-core Gogol.Prelude PUT with 204 status code.
type
PutNonAuthoritative = Verb 'PUT 203gogol-core Gogol.Prelude PUT with 203 status code.