mirror of
https://github.com/astaxie/beego.git
synced 2025-01-22 11:47:13 +00:00
Athurg Gooth
d961ae4cd8
Fix RequestURI nil caused template parse failed
Sometime RequestURI is not set, e.g. running after a front proxy server. We should always follow the document's directive, to use Request.URL instead of RequestURI. Refer: http://golang.org/pkg/net/http/#Request
Beego
beego is an open-source, high-performance, modularity, full-stack web framework.
More info beego.me
Installation
go get github.com/astaxie/beego
Features
- RESTful support
- MVC architecture
- Modularity
- Auto API documents
- Annotation router
- Namespace
- Powerful develop tools
- Full stack for Web & API
Documentation
Community
LICENSE
beego is licensed under the Apache Licence, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.html).
Description
Languages
Go
99.6%
Shell
0.4%