Skip to content

Instantly share code, notes, and snippets.

@adam-hert
Created November 5, 2015 16:06
Show Gist options
  • Save adam-hert/b80bfc12fb580065ca40 to your computer and use it in GitHub Desktop.
Save adam-hert/b80bfc12fb580065ca40 to your computer and use it in GitHub Desktop.
$client = new Zend_Http_Client('http://example.org');
$client->setHeaders('X-Trace', oboe_get_context());
$response = $client->request();
oboe_set_context($response->getHeader('X-Trace'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment