You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: