-
Notifications
You must be signed in to change notification settings - Fork 1
Home
阿超 edited this page Oct 1, 2018
·
6 revisions
Welcome to the vogro wiki!
vogro: an excellent web framework, born for simplicity and high performance. It provides the user with the processing function of the request message, responds to the message generation function, and provides a full-featured test tool, and these functions are provided to the user with a well-defined and easy-to-use interface.
- quick start
- how to register a handler?
- how to set up dynamic routing?
- How to get query parameters?
- how to get url parameters?
- how to register handlers?
- how to write a middleware?
- how to register middlewares?
- how to make a handlers' group?
- how to write unit tests?
- how to set or get cookies?
- how to render templates?