Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 253 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 253 Bytes

http-test

Your assignment: complete this HTTP server with the following requirements.

  • Only respond to GET requests (can simply drop client)
  • Reply with the URL requested by the client

Example:

$ curl localhost:8080/foo
You asked for /foo