Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiplexer combinators #7

Closed
h2non opened this issue Feb 22, 2016 · 1 comment
Closed

Multiplexer combinators #7

h2non opened this issue Feb 22, 2016 · 1 comment
Milestone

Comments

@h2non
Copy link
Owner

h2non commented Feb 22, 2016

// Every conditional
mux.If(mux.Method("GET"), mux.Status(200))

// Some conditional
mux.Or(mux.Method("GET"), mux.Status(200))
@h2non h2non added this to the 0.1.0 milestone Feb 23, 2016
@h2non
Copy link
Owner Author

h2non commented Feb 24, 2016

Done!

@h2non h2non closed this as completed Feb 24, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant