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

Simple URI mapping #31

Closed
g9yuayon opened this issue Jan 29, 2014 · 4 comments
Closed

Simple URI mapping #31

g9yuayon opened this issue Jan 29, 2014 · 4 comments

Comments

@g9yuayon
Copy link
Contributor

We'd still need an simple URI mapping that dispatches different handlers to different URI patterns. Mantis already has a few use cases for this function. I'd imagine that URI mapping is the first thing that most users will need, it would make sense to put it in RxNetty.

@NiteshKant
Copy link
Member

In the simplest form I guess what you are saying is provide a Map of uri regex Vs Action1 implementations, that the Action1 instance passed to RxServer.start() uses, rite?

https://github.com/Netflix/RxNetty/blob/master/src/main/java/io/reactivex/netty/server/RxServer.java#L60

@NiteshKant
Copy link
Member

@g9yuayon I would not have time to work on this in the short term, let me know if you want to work on this. In that case, I would recommend you to wait till I am done with the latest changes in APIs.

@g9yuayon
Copy link
Contributor Author

g9yuayon commented Feb 7, 2014

No worries, @NiteshKant. In that case I'll work on it.
On Fri, Feb 7, 2014 at 2:15 PM, Nitesh Kant notifications@github.comwrote:

at

@NiteshKant
Copy link
Member

This will be covered by #286. Closing this as duplicate.

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

2 participants