We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wai
The text was updated successfully, but these errors were encountered:
@glutamate, regarding "Support for DB pools", what exactly do you have in mind ? Since Youido never deals with DBs is confusing me.
Also, regarding "custom 404/500 handler", we have , _notFoundHtml :: Html () in below, which would count as a custom 404 handler ?
, _notFoundHtml :: Html ()
data Youido auth m = Youido { _handlers :: [Handler m] -- ^ list of handlers , _notFoundHtml :: Html () -- ^ default, if nothing found , _wrapper :: auth -> (Html () -> Html ()) -- ^ wrapper for Html , _lookupUser:: Request -> Email-> ByteString-> IO (Maybe auth) , _port :: Int }
Sorry, something went wrong.
No branches or pull requests
wai
application insteadThe text was updated successfully, but these errors were encountered: