webgo icon indicating copy to clipboard operation
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).

Results 3 webgo issues
Sort by recently updated
recently updated
newest added

**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...

enhancement
help wanted
good first issue

**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...

wishlist

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...

enhancement
help wanted