Groups
Groups
Sign in
Groups
Groups
goweb
Conversations
About
Send feedback
Help
Group path
goweb
1–27 of 29
Mark all as read
Report group
0 selected
matryer
, …
tao
8
7/27/13
Announcement
Goweb 2 just launched
The way to do that now is to 'manually' use the Map method. You can still use controllers if
unread,
Announcement
Goweb 2 just launched
The way to do that now is to 'manually' use the Map method. You can still use controllers if
7/27/13
matryer
5/28/13
Announcement
Goweb v2 - BETA is live
Guys, Goweb v2 BETA is ready for use. We've rewritten it from the ground up taking all our
unread,
Announcement
Goweb v2 - BETA is live
Guys, Goweb v2 BETA is ready for use. We've rewritten it from the ground up taking all our
5/28/13
Valb Onne
2/24/15
[off-topic] we're hiring several Golang developers in Berlin
Hi *, we're searching for several passionate and senior Go developers for a full-time / permanent
unread,
[off-topic] we're hiring several Golang developers in Berlin
Hi *, we're searching for several passionate and senior Go developers for a full-time / permanent
2/24/15
Reinier van Vliet
,
Mat Ryer
3
11/5/13
Rest controller route naming issue
Great! Turned out that the NewsItemController mapped to: localhost:9090:/news-item/ Good to know that
unread,
Rest controller route naming issue
Great! Turned out that the NewsItemController mapped to: localhost:9090:/news-item/ Good to know that
11/5/13
Mat Ryer
6/22/13
Re: Digest for golang-goweb@googlegroups.com - 1 Message in 1 Topic
What would you prefer? Version in the URL, or tagged versions leading "go get ..." for edge
unread,
Re: Digest for golang-goweb@googlegroups.com - 1 Message in 1 Topic
What would you prefer? Version in the URL, or tagged versions leading "go get ..." for edge
6/22/13
Artem Redkin
, …
matryer
6
5/28/13
Interceptors
Guys, The new handlers model is perfect for what you need. It was designed after we read this thread.
unread,
Interceptors
Guys, The new handlers model is perfect for what you need. It was designed after we read this thread.
5/28/13
Anna
, …
Tyler Bunnell
5
5/24/13
goweb restful authentication
The session is handled by the cookie. Once a user logs in, the cookie is set and the session is
unread,
goweb restful authentication
The session is handled by the cookie. Once a user logs in, the cookie is set and the session is
5/24/13
Robert Mulley
,
Tyler Bunnell
5
4/19/13
HTTP Headers
I was able to retrieve the data header via: c.Request.Header["Data"][0]. Thanks for all the
unread,
HTTP Headers
I was able to retrieve the data header via: c.Request.Header["Data"][0]. Thanks for all the
4/19/13
Kevin Fourie
,
matryer
3
10/26/12
How to use goweb_test_helpers?
Thanks Mat! That was just the push my tired brain needed. It's working perfectly now. Kevin On
unread,
How to use goweb_test_helpers?
Thanks Mat! That was just the push my tired brain needed. It's working perfectly now. Kevin On
10/26/12
karthic
,
matryer
2
10/16/12
Goweb GAE unit testing
Well firstly, make sure you're using a decent testing package eg testify http://go.pkgdoc.org/
unread,
Goweb GAE unit testing
Well firstly, make sure you're using a decent testing package eg testify http://go.pkgdoc.org/
10/16/12
Maarten Koopmans
,
matryer
3
9/20/12
Download/respond with binary data
Thanks! Op donderdag 13 september 2012 11:40:38 UTC+2 schreef matryer het volgende: Goweb gets out of
unread,
Download/respond with binary data
Thanks! Op donderdag 13 september 2012 11:40:38 UTC+2 schreef matryer het volgende: Goweb gets out of
9/20/12
Takuya Ueda
, …
matryer
6
9/19/12
Messagepack data formatter
If we do integrate it, won't that add an additional requirement on message pack for Goweb? Mat On
unread,
Messagepack data formatter
If we do integrate it, won't that add an additional requirement on message pack for Goweb? Mat On
9/19/12
patto_chennai
,
matryer
6
9/19/12
Integrating goweb 1.4 and gae-go-testing (@tenntenn version)
Hey gae-record needs to be updated for Go1 - I'm using it in slightly older Go release instances
unread,
Integrating goweb 1.4 and gae-go-testing (@tenntenn version)
Hey gae-record needs to be updated for Go1 - I'm using it in slightly older Go release instances
9/19/12
Luke Liu
,
matryer
2
9/13/12
V1.4 is published? Great
The cookie addition is simple, and it adds a tamper-proof cookie. Docs are here: http://code.google.
unread,
V1.4 is published? Great
The cookie addition is simple, and it adds a tamper-proof cookie. Docs are here: http://code.google.
9/13/12
Christopher Hobbs
,
matryer
2
8/26/12
specifying multiple routes
Christopher, you nailed it. Check to be sure your controllers implement one or more of the interfaces
unread,
specifying multiple routes
Christopher, you nailed it. Check to be sure your controllers implement one or more of the interfaces
8/26/12
Christopher Hobbs
, …
Tyler Bunnell
20
8/17/12
parsing parameters
I've implemented query filtering and pushed the new code to the argparsing branch. On Aug 16,
unread,
parsing parameters
I've implemented query filtering and pushed the new code to the argparsing branch. On Aug 16,
8/17/12
DEXTER
, …
Christopher Hobbs
4
8/3/12
Database integration
pq (https://github.com/bmizerany/pq/) for postgres isn't a bad option. I'm using it in
unread,
Database integration
pq (https://github.com/bmizerany/pq/) for postgres isn't a bad option. I'm using it in
8/3/12
Christopher Hobbs
, …
Tyler
7
8/3/12
receiving binary data with goweb
Here is a generic use case for multipart form uploads with an example of how to get values as well:
unread,
receiving binary data with goweb
Here is a generic use case for multipart form uploads with an example of how to get values as well:
8/3/12
Luke Liu
, …
matryer
5
8/2/12
Difference between goweb's rest interface and RoR's
I think New and Edit are important, if somebody want to build a html-major service. ConfirmDelete can
unread,
Difference between goweb's rest interface and RoR's
I think New and Edit are important, if somebody want to build a html-major service. ConfirmDelete can
8/2/12
刘铭
,
matryer
3
8/2/12
Any document about the decoder?
Here you go: http://code.google.com/p/goweb/wiki/APIDocumentation#Request_Decoders Essentially, just
unread,
Any document about the decoder?
Here you go: http://code.google.com/p/goweb/wiki/APIDocumentation#Request_Decoders Essentially, just
8/2/12
Lateef Jackson
,
matryer
2
8/2/12
Support for go command
I think this is all fixed in the latest codebase. Mat On Monday, February 20, 2012 8:03:14 AM UTC-7,
unread,
Support for go command
I think this is all fixed in the latest codebase. Mat On Monday, February 20, 2012 8:03:14 AM UTC-7,
8/2/12
Tau Jiang
,
Christopher Hobbs
3
8/2/12
how to install goweb in windows
I've verified the process. To get goweb running on Windows, first make sure you have git and Go
unread,
how to install goweb in windows
I've verified the process. To get goweb running on Windows, first make sure you have git and Go
8/2/12
matryer
, …
Tyler Bunnell
6
5/18/12
Should we design, build and release Goweb 2.0?
I've taken the liberty of creating a #goweb channel on freenode IRC. Feel free to join and
unread,
Should we design, build and release Goweb 2.0?
I've taken the liberty of creating a #goweb channel on freenode IRC. Feel free to join and
5/18/12
Marcel Schlimper
,
Lateef Jackson
2
3/8/12
Update for Go 1 Beta?
I started a porting effort: http://code.google.com/r/lateefjackson-goweb/ however I decided I just
unread,
Update for Go 1 Beta?
I started a porting effort: http://code.google.com/r/lateefjackson-goweb/ however I decided I just
3/8/12
matryer
,
Chris Farmiloe
6
11/8/11
Lazy Instantiation of controllers (and formatters?)
Wouldn't the state on the controllers be shared with ALL users? On Oct 26, 12:18 am, Chris
unread,
Lazy Instantiation of controllers (and formatters?)
Wouldn't the state on the controllers be shared with ALL users? On Oct 26, 12:18 am, Chris
11/8/11
Chris Farmiloe
10/25/11
[exp-resources] Typed Resources and API Browser example
I've been having fun in the exp-resources branch. What I'm trying to achieve is a something
unread,
[exp-resources] Typed Resources and API Browser example
I've been having fun in the exp-resources branch. What I'm trying to achieve is a something
10/25/11
matryer
,
Chris Farmiloe
3
10/21/11
Standard way of checking the required format (or file extension)
I look forward to it On Oct 21, 3:28 pm, Chris Farmiloe <chrisfa...@gmail.com> wrote: > Yeah
unread,
Standard way of checking the required format (or file extension)
I look forward to it On Oct 21, 3:28 pm, Chris Farmiloe <chrisfa...@gmail.com> wrote: > Yeah
10/21/11
matryer
10/21/11
Change Formatters to Handlers?
Should we change Formatters so that instead of returning the output, it writes it? Since it's
unread,
Change Formatters to Handlers?
Should we change Formatters so that instead of returning the output, it writes it? Since it's
10/21/11
matryer
10/20/11
Welcome to the Goweb group
Hi guys, To make Goweb the best it can be for everybody who needs it, let's discuss features here
unread,
Welcome to the Goweb group
Hi guys, To make Goweb the best it can be for everybody who needs it, let's discuss features here
10/20/11