astaxie

Results 52 comments of astaxie

I have no `go1` tag. I think maybe I use the develop branch. So in the beego new version the router has changed a lot. I will release later. and...

``` - app := beego.NewApp() + app := beego.NewControllerRegister() ``` ``` -const fiveBeego = "/:a!/:b!/:c!/:d!/:e!" +const fiveBeego = "/:a/:b/:c/:d/:e" ``` ``` - router := loadBeegoSingle("GET", "/user/:name!", beegoHandler) + router :=...

in the new version, it's will not accept `GET /user/`. In fact it act as GocraftWeb. when I release I will send you pull request. actually in the new version...

can you retest for the new code?

Looking forward to the new result. And also add revel test if can

hi @julienschmidt. when will the final results released?

got it. I will test in window later.

I think Get will always send the params while not body. http://stackoverflow.com/questions/978061/http-get-with-request-body while other will always add as the post data

这个应该不适合用bee吧,bee会在自动化model和Controller上面下功夫