Skip to content
Pratham Jaiswal edited this page Oct 26, 2022 · 3 revisions

Welcome to the expresso wiki!

About the files

expresso.go: logic of running a server and routing goes here

middleware.go: type definition of middleware goes here

types.go: fundamental type definitions (eg. JSON, XML, Headers) goes here

request.go: type definition of request and related functions goes here

response.go: type definition of response and related functions goes here

Please check Roadmap for latest updates and contribution

Clone this wiki locally