mirror of
https://github.com/itplr-kosit/validator.git
synced 2026-05-25 16:55:39 +00:00
Remove this variable
This commit is contained in:
parent
362f895668
commit
18e813ddef
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ fetch("http://localhost:8080", requestOptions)
|
||||||
```php
|
```php
|
||||||
$httpClient = HttpClient::create();
|
$httpClient = HttpClient::create();
|
||||||
|
|
||||||
$response = $this->httpClient->request('POST', 'http://localhost:8080', [
|
$response = $httpClient->request('POST', 'http://localhost:8080', [
|
||||||
'headers' => [
|
'headers' => [
|
||||||
'Content-Type' => 'application/xml',
|
'Content-Type' => 'application/xml',
|
||||||
],
|
],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue