Skip to content

Commit

Permalink
- Added in getHTTPHeaders and setHTTPHeaders
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanWaterston committed Jun 25, 2015
1 parent c79d09f commit e255776
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion JunosSpace.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,17 @@ public function __construct($server, $username, $password, $responseType='XML')

}

public function getHTTPHeaders()
{
return $this->restlyte->getHTTPHeaders();
}

public function setHTTPHeaders($headers)
{
$this->restlyte->setHTTPHeaders($headers);
}


/**
* @return mixed
*/
Expand Down Expand Up @@ -230,4 +241,4 @@ public function whatIsResponseError(\Exception $e)

}

}
}

0 comments on commit e255776

Please sign in to comment.