AshrafIbrahim03
AshrafIbrahim03
Been working on this for the past few days and the approach I'm taking is rewriting the the GenericInProcessExecutor but adding the metadata to state in the `run_target` function. I...
@domenukk With storing the http status codes in a custom metadata, are there any recommended ways to return the status codes? As far as I know, I can't add metadata...
@riesentoaster I didn't think about writing one from scratch honestly - I think I'lll also try that out, thanks!
Finally back and I have written some code to try and get this idea out. [Here's a link to the repo](https://github.com/AshrafIbrahim03/http-executor/tree/master) where I have it. There's still bugs, that I'm...
Thanks!
Ok. So I rewrote my code using a ValueObserver, but I'm running into borrow checker issues. When I set the value within the harness, it takes a mutable borrow, but...