goweb icon indicating copy to clipboard operation
goweb copied to clipboard

A lightweight RESTful web framework for Go

Results 13 goweb issues
Sort by recently updated
recently updated
newest added

Are there any plans or ways currently to enable force ssl and pass through keys?

goweb seems to always assume that a . means a file extension - but when using a controller this doesn't really make sense. e.g. DELETE /something/10.0.0.1 would call somethingController.Delete("10", ctx)...

I was looking at webcontext_test and it more or less works for me, but I noticed the note that testify/http/TestResponseWriter is deprecated. Is there a new approach that uses ResponseRecorder?...

I've noticed weird flags appear when I print the -help of my binary: Usage of app/bin/server: -conf="etc/config.yml": Configuration file -ip="0.0.0.0": IP address to bind server to. Example: 127.0.0.1 -port=8080: Port...

Here's a situation we've faced. We store some media objects (AWS S3 backend) and the API returns temporary redirects with timestamped signature in the URL. The resource requires our custom...

I'm going to use Goweb for the next project, after reading the API document I feel Goweb use too many ...interface{} for the function agrs. I give some flexible but...

Posting it here as I don't see much activity in the chat or stackoverflow around goweb. The pain of integration with certain payment providers requires a couple of HTML pages...

I have a client app in a different domain so the browser is trying to do a preflight request. e.g. ``` OPTIONS /accounts HTTP/1.1 Host localhost:5000 Access-Control-Request-Method GET Origin http://localhost:9000...

The Goweb API responder can have all the stuff one it - but the interface should be cleaner.

enhancement

![1](https://f.cloud.github.com/assets/854450/1243072/8607f71e-2a5c-11e3-95a2-764a6e76f871.PNG) ![2](https://f.cloud.github.com/assets/854450/1243073/882136dc-2a5c-11e3-9e7d-459a0d344172.PNG)