-
Notifications
You must be signed in to change notification settings - Fork 13
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
Implement the show
endpoint in the httpd crate
#175
Conversation
✅ Deploy Preview for coffee-docs canceled.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok I have added the review.
This is good but lets focus on the real refactoring that we need to do
We are not stressing in this way coffee at all
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, this needs only to fix the commit history in three
- modify the macro
- implement the endpoint
- add testing for the endpoint
This commit: 1- fixes the links to crates in the readme file 2- fixes some typos within the readme file Signed-off-by: Tarek <[email protected]>
Signed-off-by: Tarek <[email protected]>
This commit: 1- define a new type Show to send to the show http endpoint 2- implement coffee_show function to handle /show endpoint 3- modify the /list and /remote/list endpoints to use the macro Signed-off-by: Tarek <[email protected]>
This commit: 1- adds an httpd integration test to further stress test the server. The new test mimics a test case where all endpoints are called. 2- implements Debug for CoffeeHTTPDTesting Signed-off-by: Tarek <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
README
fileSee commit body for details