Design a URL router class - LLD
Anonymous User
2936

A basic system design where i have to come up with a system that can take a http request that contains a url, http mehtod, body, etc in the request body and the system would send a http request based on this information. So like if a request that contains "get google.com " comes in to the system, the system will have to send an http get request to google.com.

Can anybody come with a solution for this in LLD?

Comments (7)