Expose "headers" lens
All other lenses for `Action` are exposed. Without it, it is impossible to access the headers field.
This commit is contained in:
parent
174a4253fe
commit
e333ed5ff6
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ module Servant.Docs
|
||||||
, DocCapture(..), capSymbol, capDesc
|
, DocCapture(..), capSymbol, capDesc
|
||||||
, DocQueryParam(..), ParamKind(..), paramName, paramValues, paramDesc, paramKind
|
, DocQueryParam(..), ParamKind(..), paramName, paramValues, paramDesc, paramKind
|
||||||
, Response, respStatus, respBody, defResponse
|
, Response, respStatus, respBody, defResponse
|
||||||
, Action, captures, params, rqbody, response, defAction
|
, Action, captures, headers, params, rqbody, response, defAction
|
||||||
, single
|
, single
|
||||||
|
|
||||||
, -- * Useful modules when defining your doc printers
|
, -- * Useful modules when defining your doc printers
|
||||||
|
|
Loading…
Reference in a new issue