Install
Works with Drupal: ^10.3 || ^11Using Composer to manage Drupal site dependencies
Alternative installation files
Download tar.gz
10.03 KB
MD5: 8315d4c6007db753925e4f546b0bdfb1
SHA-1: 9d6158a53f7ceea622c6432602488ffbecd91823
SHA-256: 01ae98c6a0ad45dfbf5e277b4285bf11a6ca1f63c786b018826778aec217d682
Download zip
13.49 KB
MD5: dfd808d1dfffdb14893bf8d450537484
SHA-1: d23526b3db7d5786b20054829eaec4c6b1ccc206
SHA-256: 888aebf908d5cd9fc9688355b43911a9cdc36648f056771f373083002b70e4bb
Release notes
Breaking change:
- The response now handler all response data include [token_name:body], [token_name:headers], [token_name:status] [token_name:client_error].
- The client_error is set to 0 if request success.
- The client_error is set to 1 if has error exception by HttpClient.
- The client_error is set to 2 if has error exception by other.