# Structs
Request represents a structure for incoming requests containing the original URL to be shortened.
Response represents a structure for outgoing responses containing the shortened URL as a result.
URLPair represents a structure for storing the association between a shortened URL and its corresponding original URL.
URLsClientID represents a structure for storing multiple URLs associated with a specific client identified by a ClientID.