# Functions
NewPipeline creates a new Pipeline object from the specified Policies.
NewRequest creates a new Request with the specified input.
# Interfaces
Policy represents an extensibility point for the Pipeline that can mutate the specified Request and react to the received Response.
Transporter represents an HTTP pipeline transport used to send HTTP requests and receive responses.
# Type aliases
PolicyFunc is a type that implements the Policy interface.