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

Pluggable backends #95

Closed
2 tasks done
dselivanov opened this issue Oct 2, 2019 · 1 comment
Closed
2 tasks done

Pluggable backends #95

dselivanov opened this issue Oct 2, 2019 · 1 comment

Comments

@dselivanov
Copy link
Collaborator

dselivanov commented Oct 2, 2019

in theory we should be able to have different backends - Rserve, httpuv, etc. In order to be prepared for that we need Request and Response classes should be backend independent. Which means:

  • we need to make to_rserve and from_rserve methods independent of Request and Response
  • helpers to construct Request from Rserve API should be also extracted from Request class
@dselivanov
Copy link
Collaborator Author

Done - see Backend and BackendRserve classes.

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