@jeffcliff@shitposter.club
7a41fd464b
should be good now
1 year ago
@jeffcliff@shitposter.club
fd561a5fcf
useless link to greatcloudwall website
1 year ago
@jeffcliff@shitposter.club
7f1485ccb2
seems to build now we just need a RFP
1 year ago
@jeffcliff@shitposter.club
ec0ac3985a
attempt 1 debian dir
1 year ago
@jeffcliff@shitposter.club
e3f3d0050e
degithubbing
1 year ago
Olivier Poitrey
1eb70cf152
Merge pull request #16 from rs/xhandler/restore_from_ctx
...
Restore various FromContext functions
7 years ago
Olivier Poitrey
fe789104c7
Update travis Go version
7 years ago
Will Dixon
e5560d3a47
using go 1.8 context ( #19 )
7 years ago
Kevin Conway
a4a0e7f319
Add pre1.7 compat for new-style context mangement
7 years ago
Kevin Conway
98eb90a4e5
Restore various FromContext functions
...
Set the request context to the one generated for a chain to ensure
calls to FromContext and FromRequest for the various other x-libs
will result in using the same context object.
7 years ago
DeepAnchor
ed27b6fd65
Extend Chain API, fix typos ( #13 )
...
Extend Chain API with 'Add' and 'With' methods.
8 years ago
Olivier Poitrey
d9d9599b6a
Fix a typo
8 years ago
Olivier Poitrey
2542fdd5ed
Fix a bug with CloseHandler leaking go routins
8 years ago
Olivier Poitrey
3107bbd307
Add some new adaptor methods to the middleware chain
8 years ago
Olivier Poitrey
3e850eb8a8
Move xmux to its own repository
8 years ago
Olivier Poitrey
95d700c333
Fix README example
8 years ago
Olivier Poitrey
de8c8487a2
Sort methods methods in Allow header to make it predicatable
...
Will fix associated test
8 years ago
Olivier Poitrey
cd3e4eec5d
Test coverage for http.Handler adaptors
8 years ago
Olivier Poitrey
2030946058
Fix broken tests
8 years ago
Olivier Poitrey
8251b1b5ab
Add some README from httprouter
8 years ago
Olivier Poitrey
f668da41f7
Add Handle and HandleFunc http.Handler adapters
8 years ago
Olivier Poitrey
41b4597ce9
Add proper support of 405 (Method Not Allowed) with Allow header
...
Itegrate https://github.com/julienschmidt/httprouter/issues/98 ideas.
8 years ago
Olivier Poitrey
59f46c654f
Add route grouping capability
...
Integrate and adapt https://github.com/julienschmidt/httprouter/pull/89
8 years ago
Olivier Poitrey
161ec6b380
Add some more xmux doc
8 years ago
Olivier Poitrey
9a538f0338
Refactor parameters API
8 years ago
Olivier Poitrey
0f8b338108
Move muxer into its own package
8 years ago
Olivier Poitrey
0c1c1ee8a3
Merge pull request #5 from achiku/fix/typo-in-comment
...
Fix typo in comment
8 years ago
Akira Chiku
a374004d1b
Fix typo in comment
8 years ago
Olivier Poitrey
5456fc854e
Move to a fork of HTTP handler to reach the same level of performance
8 years ago
Olivier Poitrey
c3a83789c3
Add a muxer
8 years ago
Olivier Poitrey
768e938dd1
Add the If middleware helper
8 years ago
Olivier Poitrey
b9e009e7d5
Merge pull request #3 from blang/feat_chainhandlerc
...
Introduce Chain.HandlerC
8 years ago
Benedikt Lang
b34090edbb
Introduce Chain.HandlerC
8 years ago
Olivier Poitrey
ed7218577f
Merge pull request #2 from blang/feat_testtypo
...
Fix test typo
8 years ago
Benedikt Lang
a69ee98d78
Fix test typo
8 years ago
Olivier Poitrey
8431b30f29
Use /test instead of / in example to avoid confusion with favicon req
8 years ago
Olivier Poitrey
7a7b9cecbf
Fix a race condition with non-aware context handlers
8 years ago
Olivier Poitrey
aff0f8ed0a
Add ref to DM blog post
8 years ago
Olivier Poitrey
e409a09b2e
Move middleware to a separated file
8 years ago
Olivier Poitrey
ac4b0e45a0
Rename chain methods
8 years ago
Olivier Poitrey
ca8441704d
Add the chain helper for easier management of middleware
...
Inspired by https://github.com/pressly/chi , adding static type checking.
8 years ago
Olivier Poitrey
8b6fdd079c
Update README.md
8 years ago
Olivier Poitrey
091c8cbe64
Add xaccess to Context Aware Middleware section
8 years ago
Olivier Poitrey
d4676154f0
Update the readme
8 years ago
Olivier Poitrey
078cad19cf
Improve method naming
8 years ago
Olivier Poitrey
f41139c956
Add example with the Go router
8 years ago
Olivier Poitrey
56a7f024c1
Add a C suffix in order to match what seems to be the future naming
8 years ago
Olivier Poitrey
8c127de7c5
Simplify the API (breaking change!)
...
Sorry for breaking the backward compat but this project is still very
young so it shouldn't break to much things. The idea is to make this
package more modular and closer stdlib design.
8 years ago
Olivier Poitrey
846dcdf40d
Add inspiration
8 years ago
Olivier Poitrey
58dc99a96f
Add usage of a standard http.Handler in the example
8 years ago