guzzle / guzzle-services

Provides an implementation of the Guzzle Command library that uses Guzzle service descriptions to describe web services, serialize requests, and parse responses into easy to use model structures.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Why headers are not being passed ?

naveen-kumar-sw opened this issue · comments

Description
In Serializer.php -> private function createCommandWithUri() while creating request why the headers are not being passed. If I want to pass headers to request how I can do that without modifying this file ?

@Konafets using latest one.