http icon indicating copy to clipboard operation
http copied to clipboard

Http component

Results 3 http issues
Sort by recently updated
recently updated
newest added

PHP 8.2 deprecated the creation of dynamic properties: https://php.watch/versions/8.2/dynamic-properties-deprecated Currently, attempting to instantiate an instance of HttpRequest results in a deprecated error in PHP 8.2. It is caused by this...

This pull request started out as a fix for the 8.2 deprecation error but ended up having additional changes: - Fix deprecation error in HttpRequest - Updated unit tests to...

I try to use getParamters but, how if get and post have same key?