Export all Verb methods.
This commit is contained in:
parent
bd77b4acba
commit
574e9c48cd
1 changed files with 16 additions and 1 deletions
|
@ -70,7 +70,22 @@ import Servant.API.ResponseHeaders (AddHeader (addHeader),
|
|||
getHeadersHList, getResponse)
|
||||
import Servant.API.Sub ((:>))
|
||||
import Servant.API.Vault (Vault)
|
||||
import Servant.API.Verbs (Delete, Get, Patch, Post, Put,
|
||||
import Servant.API.Verbs (Created, Delete, DeleteAccepted,
|
||||
DeleteNoContent,
|
||||
DeleteNonAuthoritative, Get,
|
||||
GetAccepted, GetNoContent,
|
||||
GetNonAuthoritative,
|
||||
GetPartialContent,
|
||||
GetResetContent,
|
||||
NoContent (NoContent), Patch,
|
||||
PatchAccepted, PatchNoContent,
|
||||
PatchNoContent,
|
||||
PatchNonAuthoritative, Post,
|
||||
PostAccepted, PostNoContent,
|
||||
PostNonAuthoritative,
|
||||
PostResetContent, Put,
|
||||
PutAccepted, PutNoContent,
|
||||
PutNoContent, PutNonAuthoritative,
|
||||
ReflectMethod (reflectMethod),
|
||||
Verb)
|
||||
import Servant.Utils.Links (HasLink (..), IsElem, IsElem',
|
||||
|
|
Loading…
Reference in a new issue