http-testYour 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 clientExample:$ curl localhost:8080/foo You asked for /foo