Module date

Module date 

Source
Expand description

HTTP date header value management service.

This module provides a service for efficiently managing and updating HTTP date header values in a concurrent environment. It updates the date string periodically to avoid repeated date string formatting operations in high-concurrency scenarios.

Structsยง

DateService
A service that maintains and periodically updates the current HTTP date string.
DateServiceDecorator
A wrapper that adds automatic date header handling to responses.