cle-b
cle-b
...hum… the build failed for Windows… It’s embarrassing :( Sorry, I'm going to investigate.
The problem in the build for Python 2.7 on Windows come from appveyor. I have fixed this issue by reinstalling virtualenv. Without that, tox use an old pip version that...
Have you tried configuring a custom initiator? By default, the initiator of the requests is the HTTP library itself, but we can define any package as the initiator of the...
I have never worked with Django or Stripe, but I tried to create a small Django app that uses the Stripe API client, and it seems that the initiator configuration...
Thank you for the bug description! It's much clearer now. When a custom initiator is configured, `httpdbg` imports the package and all its subpackages to locate the functions to hook....
The custom initiator feature has been fixed in [httpdbg 1.2.2](https://pypi.org/project/httpdbg/1.2.2/) by https://github.com/cle-b/httpdbg/pull/192.
Hello :) No, it is not possible to add anything to your code to change the initiator when using `pytest`. I am working on a solution to include information about...
Hello @machadocs , I added information about the `pytest` fixture that initiated the HTTP requests. This is available in [httpdbg v0.24.1](https://pypi.org/project/httpdbg/0.24.1/).  I don't plan to make it possible to...
Hello, Could you give me more context? In `httpdbg`, the requests are ordered by the time of the first bytes sent by the client. There is one exception: if you...
It looks like this is indeed a grouping issue. I haven't been able to reproduce this issue but I tried to made a fix based on your description. Could you...