message icon indicating copy to clipboard operation
message copied to clipboard

HTTP Message related tools

Results 7 message issues
Sort by recently updated
recently updated
newest added

**PHP version**: 7.2 **Description** Cannot authenticate with WSSE Plugin **How to reproduce** Use WSSE REST Api like emarsys rest api **Possible Solution** Change line in Wsse.php ```php $digest = base64_encode(hash($this->hashAlgorithm,...

| Q | A | ------------ | --- | Bug? | no|yes | New Feature? | yes | Version | n/a #### Question In a project we are currently using...

Currently, MultipartStreamBuilder builds the whole content of the stream as a string in memory, even when the original data was built using a Stream wrapping a resource to avoid loading...

Utilize stream filters to verify the content of stream. For example an md5 verification: ``` php class MD5 extends \php_user_filter { private $context; public function onCreate() { $this->context = hash_init('md5');...

enhancement

see https://github.com/php-http/message/issues/158 Just for testing the CI

in composer.json "psr/http-message" v1 and v2 are allowed. But if i see this correct, v2 is never tested in the testruns. Example: https://github.com/php-http/message/actions/runs/7623563875/job/20763848547 Because of Version 3 of "slim/slim" https://github.com/php-http/message/blob/1.x/composer.json#L31C10-L31C19...

I want to test CI if is needed "ergebnis/composer-normalize" while it runs via docker gh actions