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ยง
- Date
Service - A service that maintains and periodically updates the current HTTP date string.
- Date
Service Decorator - A wrapper that adds automatic date header handling to responses.