@@ -8006,39 +8006,39 @@ Unparser (s9e\TextFormatter\Tests\Unparser)
80068006 [x] Characters outside Unicode's BMP are decoded
80078007
80088008Cached (s9e\TextFormatter\Tests\Utils\Http\Clients\Cached)
8009- [ ] Settings from the proxied client are copied
8010- [ ] Settings from the caching client are copied to the proxied client
8011- [ ] Can work without a cache dir
8012- [ ] Works with a cache
8013- [ ] Uses gzip by default if ext/zlib is availble
8014- [ ] Sends custom headers
8015- [ ] Resets custom headers between requests
8016- [ ] post() sends the request body if set
8017- [ ] post() sends no request body if not set
8018- [ ] post() automatically sets Content-Length if a request body is set
8019- [ ] get() returns the response error
8020- [ ] get() returns headers if returnHeaders is true
8009+ [x ] Settings from the proxied client are copied
8010+ [x ] Settings from the caching client are copied to the proxied client
8011+ [x ] Can work without a cache dir
8012+ [x ] Works with a cache
8013+ [x ] Uses gzip by default if ext/zlib is availble
8014+ [x ] Sends custom headers
8015+ [x ] Resets custom headers between requests
8016+ [x ] post() sends the request body if set
8017+ [x ] post() sends no request body if not set
8018+ [x ] post() automatically sets Content-Length if a request body is set
8019+ [x ] get() returns the response error
8020+ [x ] get() returns headers if returnHeaders is true
80218021
80228022Curl (s9e\TextFormatter\Tests\Utils\Http\Clients\Curl)
8023- [ ] Uses gzip by default if ext/zlib is availble
8024- [ ] Sends custom headers
8025- [ ] Resets custom headers between requests
8026- [ ] post() sends the request body if set
8027- [ ] post() sends no request body if not set
8028- [ ] post() automatically sets Content-Length if a request body is set
8029- [ ] get() returns the response error
8030- [ ] get() returns headers if returnHeaders is true
8023+ [x ] Uses gzip by default if ext/zlib is availble
8024+ [x ] Sends custom headers
8025+ [x ] Resets custom headers between requests
8026+ [x ] post() sends the request body if set
8027+ [x ] post() sends no request body if not set
8028+ [x ] post() automatically sets Content-Length if a request body is set
8029+ [x ] get() returns the response error
8030+ [x ] get() returns headers if returnHeaders is true
80318031
80328032Native (s9e\TextFormatter\Tests\Utils\Http\Clients\Native)
8033- [ ] Does not send "Accept-Encoding: gzip" if gzip is disabled
8034- [ ] Uses gzip by default if ext/zlib is availble
8035- [ ] Sends custom headers
8036- [ ] Resets custom headers between requests
8037- [ ] post() sends the request body if set
8038- [ ] post() sends no request body if not set
8039- [ ] post() automatically sets Content-Length if a request body is set
8040- [ ] get() returns the response error
8041- [ ] get() returns headers if returnHeaders is true
8033+ [x ] Does not send "Accept-Encoding: gzip" if gzip is disabled
8034+ [x ] Uses gzip by default if ext/zlib is availble
8035+ [x ] Sends custom headers
8036+ [x ] Resets custom headers between requests
8037+ [x ] post() sends the request body if set
8038+ [x ] post() sends no request body if not set
8039+ [x ] post() automatically sets Content-Length if a request body is set
8040+ [x ] get() returns the response error
8041+ [x ] get() returns headers if returnHeaders is true
80428042
80438043Http (s9e\TextFormatter\Tests\Utils\Http)
80448044 [x] getClient() returns an instance of s9e\TextFormatter\Utils\Http\Client
0 commit comments