| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
WebGear.Swagger.Trait.Cookie
Contents
Description
Swagger implementation of Cookie and SetCookie traits.
Swagger 2.0 does not support cookie authentication. So these implementations are no-ops.
Orphan instances
| Trait (SetCookie e name) Response => Set (SwaggerHandler m :: TYPE LiftedRep -> TYPE LiftedRep -> TYPE LiftedRep) (SetCookie e name) Response Source # | |
| TraitAbsence (Cookie e name val) Request => Get (SwaggerHandler m :: TYPE LiftedRep -> TYPE LiftedRep -> TYPE LiftedRep) (Cookie e name val) Request Source # | |