Skip to content

goakshit/luna

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Luna

Alice inspired chaining for Fasthttp(https://github.com/valyala/fasthttp).

Luna provides a way to chain

In short, it transforms

Middleware1(Middleware2(Middleware3(App)))

to

luna.New(Middleware1, Middleware2, Middleware3).Then(App)

About

Middleware chaining for fasthttp

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages