An open API service indexing awesome lists of open source software.

https://github.com/devfeel/dotweb-how-to

how to use dotweb?
https://github.com/devfeel/dotweb-how-to

Last synced: 11 months ago
JSON representation

how to use dotweb?

Awesome Lists containing this project

README

          

# dotweb-how-to
how to use dotweb?

## List
* [how to query slow response in your app?](https://github.com/devfeel/dotweb-how-to/tree/master/tips/slow-response.md)
* [how to add support "HEAD" method for all requests in your app?](https://github.com/devfeel/dotweb-how-to/tree/master/tips/enabled-autoHEAD.md)
* [how to add support static files request in your app?](https://github.com/devfeel/dotweb-how-to/tree/master/tips/staticfile-request.md)
* [how to start golang pprof-server in your app?](https://github.com/devfeel/dotweb-how-to/tree/master/tips/startPProf.md)
* [how to create a handler for an unhandled exception in your app?](https://github.com/devfeel/dotweb-how-to/tree/master/tips/handler-unhandledexception.md)
* [how to use ConfigSet tools in your app?](https://github.com/devfeel/dotweb-how-to/tree/master/tips/configset-tools.md)