Class AddDatePolicy

java.lang.Object
com.azure.core.http.policy.AddDatePolicy
All Implemented Interfaces:
HttpPipelinePolicy

public class AddDatePolicy extends Object implements HttpPipelinePolicy

The AddDatePolicy class is an implementation of the HttpPipelinePolicy interface. This policy is used to add a "Date" header in RFC 1123 format when sending an HTTP request.

See Also: