Module
Hyper.Node.BasicAuth  
- Package
- purescript-hyper
- Repository
- owickstrom/hyper
#decodeBase64 Source
decodeBase64 :: forall c e m. MonadEff (buffer :: BUFFER | e) m => String -> Middleware m c c String#authenticated Source
authenticated :: forall t b c res req m. Monad m => ResponseWritable b m String => Response res m b => Realm -> Middleware m (Conn req (res StatusLineOpen) { authentication :: t | c }) (Conn req (res ResponseEnded) { authentication :: t | c }) Unit -> Middleware m (Conn req (res StatusLineOpen) { authentication :: Maybe t | c }) (Conn req (res ResponseEnded) { authentication :: Maybe t | c }) Unit- Modules
- Hyper.Authentication 
- Hyper.Authorization 
- Hyper.Conn 
- Hyper.ContentNegotiation 
- Hyper.Cookies 
- Hyper.Form 
- Hyper.Form. Urlencoded 
- Hyper.Header 
- Hyper.Middleware 
- Hyper.Middleware. Class 
- Hyper.Node. BasicAuth 
- Hyper.Node. FileServer 
- Hyper.Node. Server 
- Hyper.Node. Session. InMemory 
- Hyper.Node. Test 
- Hyper.Port 
- Hyper.Request 
- Hyper.Response 
- Hyper.Session 
- Hyper.Status 
- Hyper.Test. TestServer