Skip to content

fasthttp for Mojito provides a fasthttp Router implementation that was designed specifically for Mojito with full compatibility.

License

Notifications You must be signed in to change notification settings

go-mojito/router-fasthttp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fasthttp for Mojito

PRs Welcome

fasthttp for Mojito provides a fasthttp Router implementation that was designed specifically for Mojito with full compatibility.

SonarCloud Report


Quickstart

To start using fasthttp as your router just enable it as the default router like this:

func init() {
    fasthttp.AsDefault()
}

Or to use fasthttp as a secondary router you can register it as a named router like this:

func init() {
    fasthttp.As("myRouter")
}

Documentation

Read our Documentation, check out the Project Website.

Icon made with Gopherize and flaticon.

About

fasthttp for Mojito provides a fasthttp Router implementation that was designed specifically for Mojito with full compatibility.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Languages