Changes for version 0.003 - 2024-02-23
- New Features
- Add the following method to the HTTP::Minimal.
- method head : HTTP::Minimal::Message::Response ($url : string, $options : object[] = undef);
- method put : HTTP::Minimal::Message::Response ($url : string, $options : object[] = undef);
- method post : HTTP::Minimal::Message::Response ($url : string, $options : object[] = undef);
- method patch : HTTP::Minimal::Message::Response ($url : string, $options : object[] = undef);
- method delete : HTTP::Minimal::Message::Response ($url : string, $options : object[] = undef);
- Add the following method to the HTTP::Minimal.
- Changes
- Catch up with the latest SPVM.
Modules
HTTP Client
HTTP Headers
Base class of HTTP Request/Response
HTTP Request
HTTP Response
Socket for HTTP