# Functions
NewRequestManager constructs and returns a new instance of a RequestManager.
# Structs
Request represents a request created and tracked by the request manager.
RequestManager manages and keeps track of outgoing pending requests.
# Type aliases
RequestIdentifier represents the universally unique minified UUIDv4 identifier of a request.