mirror of
https://github.com/typeable/wai.git
synced 2025-01-01 02:38:45 +03:00
Use :: instead of | for accept-type
@maxcan's suggestion since this is Haskell
This commit is contained in:
parent
6be1a5d45c
commit
4e6188c44d
@ -234,7 +234,7 @@ detailedMiddleware' cb getAddColor app req = do
|
||||
liftIO $ cb $ mconcat $ map toLogStr $ addColor (requestMethod req) ++
|
||||
[ " "
|
||||
, rawPathInfo req
|
||||
, " | "
|
||||
, " :: "
|
||||
, accept
|
||||
, paramsToBS "GET " getParams
|
||||
, paramsToBS "POST " postParams
|
||||
|
Loading…
Reference in New Issue
Block a user