NotZippy 9de11613ce Revamped engine to reduce the interface size.
Added BufferedServerHeader to CompressWriter to prevent header from writing out immediately
Reduced object stack to a single controller stack which has the request and response objects already instaniated in it
Fixed go engine to match new spec
Modified code to make use of the Request object to access the ServerEngine (allows caching of ServerHeader and ResponseWriter)
Modified simple stack to add an upper bounds to the number of objects in cache, any more objects then the upper bounds will be left to garbage collect
2017-04-26 21:13:46 -07:00
2017-03-05 00:20:51 +00:00
2015-03-19 17:09:47 +00:00

Revel command line tools

Provides the revel command, used to create and run Revel apps.

Install

go get github.com/revel/cmd/revel
Description
No description provided
Readme MIT 734 KiB
Languages
Go 100%