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

Add Router instead of server #91

Merged
merged 2 commits into from
Nov 7, 2021
Merged

Add Router instead of server #91

merged 2 commits into from
Nov 7, 2021

Conversation

sagikazarmark
Copy link
Member

@sagikazarmark sagikazarmark commented Nov 7, 2021

Overview

Add a new Router that replaces Server.

What this PR does / why we need it

We will likely want to use the name Server for something else.
Also, Router uses more generic terms as path (instead of prefix) and handler (instead of server).

Related #88
Related #89

Special notes for your reviewer

Does this PR introduce a user-facing change?

Deprecated `Server`. Use `Router` instead.

@sagikazarmark sagikazarmark merged commit 461a24d into master Nov 7, 2021
@sagikazarmark sagikazarmark deleted the add-router branch November 7, 2021 15:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant