diff --git a/src/Servant/QuickCheck/Internal/Predicates.hs b/src/Servant/QuickCheck/Internal/Predicates.hs index 1fc4f90..4220250 100644 --- a/src/Servant/QuickCheck/Internal/Predicates.hs +++ b/src/Servant/QuickCheck/Internal/Predicates.hs @@ -167,10 +167,13 @@ getsHaveLastModifiedHeader -- This function checks that every @405 Method Not Allowed@ response contains -- an @Allow@ header with a list of standard HTTP methods. -- +-- Note that 'servant' itself does not currently set the @Allow@ headers. +-- -- __References__: -- -- * @Allow@ header: -- * Status 405: +-- * Servant Allow header issue: -- -- /Since 0.0.0.0/ notAllowedContainsAllowHeader :: RequestPredicate