Keelan Lightfoot
808cf93f71
fixed broken case in readme
6 年 前
Keelan Lightfoot
f4e22cffb2
fixed broken case in readme
6 年 前
Keelan Lightfoot
90feea4d78
removed line break in readme
6 年 前
Keelan Lightfoot
842cbfc85a
pathrouter intitial commit
6 年 前
Rodolfo Rodriguez
1a335ec78c
Update README.md (#225 )
7 年 前
Travis Parker
d767e59089
Params via Go 1.7 Contexts (#147 )
* Supports Params in net/http Handlers with go1.7+
Go 1.7 introduces request-scoped context, providing a place to hang
Params even in net/http standard Handlers attached with Router.Handler
or Router.HandlerFunc.
This provides an alternative implementation of Router.Handler which
attaches the params to the request context. It also includes a bit of
new public API: ParamsKey is the context key used, and
ParamsFromContext uses ParamsKey to get Params from a context.Context.
All of this is guarded by a "go1.7" build tag. With go 1.6 and older
none of the new API is available and Params continue to be thrown away
in Handler/HandlerFunc-attached endpoints.
* WithValue is the 'context' function
* use an un-exported struct{} alias to collision-proof the key
* no longer a const
* update README.md to reflect additional allocations with the stdlib-compatible api
7 年 前
Conor Landry
e1b9828bc9
README: Fix typo in example code comment for ServeHTTP method (#193 )
7 年 前
Darren Scerri
78865fbbf4
README: Fix typo (#221 )
7 年 前
Julien Schmidt
18be18fd6d
README: add coverage badge
7 年 前
Julien Schmidt
bded8bf831
README: Fix URLs
Githubs markdown renderer doesn’t seem to like this syntax
7 年 前
TobiEiss
d72fcf5176
update framework list (#180 )
Include goMiddlewareChain
* add link
7 年 前
Julien Schmidt
3695eeab10
README: Remove gocover.io
seems to be broken
8 年 前
Julien Schmidt
d8ff598a01
README: try to fix the coverage badge
8 年 前
Yuval Kogman
9dcdf460b9
Improve readability of BasicAuth example
Since `net/http` already provides the necessary functionality, this change removes the technical details of parsing RFC 2617 headers.
8 年 前
Abiola Ibrahim
f6757499d6
Add River to list of frameworks
8 年 前
Julien Schmidt
2c34ec888a
README: Add xmux the list
9 年 前
Julien Schmidt
fd848ba9ca
Update README.md
9 年 前
ReadmeCritic
e4b94a876a
Update README URLs based on HTTP redirects
9 年 前
Timothy Cyrus
7827e08193
Update README.md
9 年 前
Cornel Damian
0f35ce0443
Update README.md
9 年 前
Julien Schmidt
2ba0f3d499
README: Fix NotFound FileSever part
Fixes #101
9 年 前
Maxime Horcholle
3c3bfc0e5c
fix typo
9 年 前
Peter Downs
70708e4600
Allow chaining of any http.Handler, not just http.HandlerFunc.
9 年 前
Julien Schmidt
8c199fb625
Code Formatting
9 年 前
Preetam Jinka
09a58b6e3e
Add siesta to frameworks
9 年 前
Robert Deusser
595a2906e1
Add Roxanna to list of frameworks
10 年 前
Julien Schmidt
bde5c16eb8
README: Reference Goat
10 年 前
Julien Schmidt
a8c4bbe6de
README: add gocover.io badge
10 年 前
Julien Schmidt
2b23d41121
README: correct name of Medeina
10 年 前
Julien Schmidt
9ae5b417a4
README: reference kami and Medina
10 年 前
Julien Schmidt
1920724575
README: cross-link godoc more
10 年 前
Julien Schmidt
e24b87a051
Update README.md
10 年 前
Julien Schmidt
b855addf42
README: reference api2go
10 年 前
Julien Schmidt
7ec9fdefe6
README: reference Ace
10 年 前
Julien Schmidt
a846522a2c
README: Reference Neko
10 年 前
Julien Schmidt
b33fcde199
README: Note on chaining
10 年 前
Julien Schmidt
b55664b9e9
README: Fix web frameworks link
10 年 前
Julien Schmidt
ff2f34399d
README: Reference Hitch
10 年 前
Julien Schmidt
ce95a6f83e
README: Add Basic Auth example
10 年 前
da-z
a9e4f5f4b7
Update README.md
Rephrase
10 年 前
da-z
0ca094797a
Update README.md
Found this tip about serving static files as a comment in a closed issue. I think it is valuable to have it explicitly defined in the README. Thanks.
10 年 前
Julien Schmidt
46807412fe
Fix links
Fixes #32
- add missing hashmark in an README internal link
- gorest repo was deleted
10 年 前
Julien Schmidt
6db904312c
fix typo
10 年 前
Julien Schmidt
afa7ae29ca
Update 3rd-party frameworks
10 年 前
Julien Schmidt
c5247d1e3f
Link 3rd-party frameworks
10 年 前
Julien Schmidt
aa4ab18aa1
Update README.md
10 年 前
Julien Schmidt
8122d71ccc
README: Notice on http.Handler
10 年 前
Julien Schmidt
2792b94cf8
Improve the documentation
10 年 前
Julien Schmidt
2990bf7f3c
Better path autocorrection
10 年 前
Julien Schmidt
8e9a1a4730
Match the method before making a tree lookup
10 年 前