Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pest's get method and delete method lacks of a way to customize http header #19

Closed
bruceauyeung opened this issue Jul 11, 2012 · 1 comment

Comments

@bruceauyeung
Copy link

there is a situation where demo.php try to call dest.php through pest' get method. when i start to xdebug demo.php( there is a breakpoint in it), it hangs at that point, but if have set a breakpoint at dest.php, it dont hangs at that point.
this is because neither XDEBUG_SESSION_START parameter nor XDEBUG_SESSION cookie is sent to dest.php.
please add an optional headers parameter to get and delete method, just like post and put.

@zuk
Copy link
Member

zuk commented Sep 14, 2012

There's a discussion about this here: #15

I haven't merged this in because there's still some disagreement about the API. Feel free to use the code from that pull request for now though, just be weary that the API may be a bit different once this functionality gets merged into this repo.

@djsipe djsipe closed this as completed in 36fbc8c Jun 14, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants