webgo
webgo copied to clipboard
A microframework to build web apps; with handler chaining, middleware support, and most of all; standard library compliant HTTP handlers(i.e. http.HandlerFunc).
**Is your feature request related to a problem? Please describe.** Adding routes currently requires the developer to prepare a single list of `*Route` with all the routes defined in one...
**Is your feature request related to a problem? Please describe.** I wanted to get some examples of how to add login authentication. I have some ideas myself, but curious what...
If `autoTLS` is enabled, it should do the following: - [ ] Check if there's a certificate path provided, if not, default to a path - [ ] Inject acme...