issues
search
stretchr
/
goweb
A lightweight RESTful web framework for Go
632
stars
61
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
SSL Support
#88
AlexsJones
opened
9 years ago
1
putting controllers in different files
#87
yvz5
closed
9 years ago
1
Why aren't dotted values allowed for resource ids?
#86
qur
opened
10 years ago
2
Support X-HTTP-Method-Override to override the current method
#85
tgreiser
closed
10 years ago
1
Testing Controllers?
#84
tgreiser
opened
10 years ago
0
BeforeHandler.Before() where are errors returned to?
#83
tgreiser
closed
10 years ago
3
Issues/81
#82
matryer
closed
10 years ago
0
panic with index out of range when call PathPattern.GetPathMatch
#81
buzztaiki
closed
10 years ago
2
Codec options passthrough
#80
nelsam
closed
10 years ago
0
Remove the query string from the path's extension if one exists. Fixes #75
#79
nemosupremo
closed
10 years ago
2
Issues/77
#78
matryer
closed
10 years ago
0
Over-eager path matching
#77
matryer
closed
10 years ago
2
Dotted urls may confuse goweb parameters
#76
coredump
closed
10 years ago
2
web_context.go's FileExtention also returns query parameters
#75
nemosupremo
closed
10 years ago
1
Figure out real status with always200
#74
oleksandr
opened
10 years ago
1
Gzip Compression
#73
nemosupremo
closed
10 years ago
3
The server's binary gets all the test flags
#72
oleksandr
opened
10 years ago
5
Simplified API in the future? Goweb use too many []interface{} for args
#71
nvcnvn
opened
10 years ago
4
Fixed OPTIONS and documentation following the merge of #60
#70
laurentlbm
closed
10 years ago
2
Fixed error when response data is an array and envelop=false by refactoring transformer interface and methods
#69
pengux
closed
10 years ago
1
Example for injecting database into context
#68
drewblas
closed
10 years ago
5
What would be the most elegant way to mix RESTful API and some HTML rendering views?
#67
oleksandr
opened
10 years ago
4
Remove unnecessary stuff from APIResponder interface
#66
matryer
opened
10 years ago
0
Added options for enveloping data and the corresponding test
#65
pengux
closed
10 years ago
2
Update Documentation for RestfulManyUpdater
#64
nelsam
closed
10 years ago
0
Don't envelop data in responses by default
#63
pengux
closed
10 years ago
9
RestfulManyUpdater has wrong mapping
#62
pengux
closed
10 years ago
5
Add ability to store state in handlers
#61
matryer
closed
11 years ago
0
added configurable HTTP methods and made PATCH used for updates - Fixes #59
#60
matryer
closed
10 years ago
5
make controller mapping methods configurable
#59
matryer
closed
11 years ago
1
Proposed change to HTTP Methods
#58
matryer
closed
11 years ago
13
Support for PATCH
#57
vayam
closed
11 years ago
4
Question: What is the easiest way to deal with CORS?
#56
sporto
opened
11 years ago
8
MapStatic without trailing slash (in address) delivers indexfiles that link to root (pic 1). With slash in address = ok (pic 2).
#55
RubenN
opened
11 years ago
3
Fixes #53
#54
tylerstillwater
closed
11 years ago
0
Support `***/something` paths
#53
matryer
closed
11 years ago
7
Fixed CBI quote
#52
rmulley
closed
11 years ago
0
Objx Migration
#51
tylerstillwater
closed
11 years ago
0
[minor] documentation typos
#50
bruston
closed
11 years ago
0
Why not use Goweb?
#49
matryer
closed
10 years ago
14
Add Accept Equivalent for ?method=
#48
nelsam
closed
11 years ago
3
Add Context interface helper to goweb package to save multiple package import
#47
matryer
opened
11 years ago
4
Hyphenated Request URLs causes GET parameter issue
#46
rmulley
closed
11 years ago
3
always200 & method overriding for API responder?
#45
oleksandr
closed
11 years ago
4
If no parameters are present, PathParams() panics
#44
tylerstillwater
closed
11 years ago
0
Add support for body parameter
#43
matryer
closed
11 years ago
0
Add support for method override param
#42
matryer
closed
11 years ago
0
Wrong encoding if use Controllers
#41
bosom
opened
11 years ago
5
Collect a list of people using Goweb
#40
matryer
closed
10 years ago
28
Ability to have mapping code inside controllers
#39
matryer
closed
10 years ago
1
Next