Skip to content

renwuxun/fasthttproute

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fasthttproute

应用于fasthttp的路由

使用

fasthttproute.Handle("/hello", func(ctx *fasthttp.RequestCtx) {
   ctx.SetBodyString("hi,fasthttproute!")
})

fasthttproute.ServeFasthttp(":80", fasthttproute.DefaultHandler)

LICENSE

MIT License