edieruby

Results 3 comments of edieruby

type Request { A []string `form:"a"` } type Response { Message string `json:"message"` } service test-api { @handler TestHandler get /from (Request) returns (Response) } curl --request GET 'http://127.0.0.1:8888/from?a=abc12&a=abc12' response:...

sorry still not work. need to create a v3 fold or create a v3 branch? or change the go.mod , change the module to xxx/v3 ? https://github.com/golang/go/issues/35732 https://github.com/go-pg/pg. this uses...

> Hi, I think your library works fine,Thank you very much. However, there is a small error in lwmem.h at line 204. > > The original definition #define lwmem_get_size(ptr) lwmem_get_size(NULL,...