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

User Story 3: Static Response #5

Open
abhizig2024 opened this issue Dec 15, 2024 · 0 comments
Open

User Story 3: Static Response #5

abhizig2024 opened this issue Dec 15, 2024 · 0 comments

Comments

@abhizig2024
Copy link
Owner

As a user, I want the server to respond with a static message so that I receive feedback for any request.

Tasks:

Write a function to construct a simple HTTP response:
Include HTTP/1.1 200 OK status.
Add headers (e.g., Content-Type: text/plain).
Include a static body (e.g., "Welcome to ZigCat!").
Integrate the response function with the request-handling logic.
Test with curl or Postman to verify the server responds with the static message.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant