AnyRequest

public struct AnyRequest : Request

A type-erased Request.

An instance of AnyRequest forwards its operations to an underlying request, hiding its specifics.