Merge pull request #5 from mpickering/patch-1

Expose "headers" lens
This commit is contained in:
Alp Mestanogullari 2015-01-03 17:20:17 +01:00
commit b93ff6c21c

View File

@ -99,7 +99,7 @@ module Servant.Docs
, DocCapture(..), capSymbol, capDesc
, DocQueryParam(..), ParamKind(..), paramName, paramValues, paramDesc, paramKind
, Response, respStatus, respBody, defResponse
, Action, captures, params, rqbody, response, defAction
, Action, captures, headers, params, rqbody, response, defAction
, single
, -- * Useful modules when defining your doc printers