-
released this
2024-10-10 17:33:21 +00:00 | 19 commits to main since this releaseRefactor Response Content-Length handling and add interfaces for Authenticator and Authorization
- Moved Content-Length calculation logic to a private
updateContentLength()method to improve encapsulation and reusability. - Updated
send()method to call theupdateContentLength()method before sending the headers. - Introduced interfaces for
AuthenticatorandAuthorizationto standardize authentication and authorization mechanisms.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Moved Content-Length calculation logic to a private