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

Instantiate request handlers on demand #12

Merged
merged 2 commits into from
Nov 29, 2021

Conversation

chris-doehring
Copy link
Contributor

This pull request adds the feature to additionally register request handlers as callable, so that the request handlers would only be instantiated on demand and then would be reused.

Closes #11.

@chris-doehring chris-doehring added the enhancement New feature or request label Nov 28, 2021
@chris-doehring chris-doehring self-assigned this Nov 28, 2021
Copy link
Collaborator

@stixxx2k stixxx2k left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ack

@chris-doehring chris-doehring merged commit 9eee240 into main Nov 29, 2021
@chris-doehring chris-doehring deleted the feature/instantiate-request-handlers-on-demand branch November 29, 2021 11:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Request handlers should be registrable as callable in the JsonApiServer class
2 participants