-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
I need to add custom headers like "X-Include". I have extended code after this line
JSON-API-Client/src/JsonApiClient.php
Line 139 in 5769305
| $httpRequest = $this->requestFactory->createRequest($request->method(), $request->uri()); |
foreach($request->headers()->all() as $header => $value) {
$httpRequest = $httpRequest->withHeader($header, $value);
}
jawira and aidan-casey
Metadata
Metadata
Assignees
Labels
No labels