Dustin Deus
Dustin Deus
@BenjaminYong friendly ping 😄
Hi @danielroe, sry for the late response and thanks for the PR. This project is in maintenance mode.
Could you also share your code?
Could you also share your test? Is it necessary to `wait`? The docs are different.
Thanks for the report. As mentioned in the issue, I use the library to run an integration test! Run it with `fastly compute serve` works, though.
Basically this (pseudocode) ```rs #[tokio::test] async fn it_should_query_with_post() { // Start a mock server for the origin. // .... let response = viceroy::handle_request(req, url).await.unwrap(); origin_mock.assert(); assert_eq!(response.status(), StatusCode::OK); } pub async...
Hi @acfoltzer this doesn't work.
Hi @aturon, it's been a while. Today, I had the same use case. My workaround is to use `.send` in the local development and `.sendAsync` in production. After reading through...
Hi @cratelyn I can't test it right now. I'm going to validate this tomorrow but I want to thank you already. This looks very reasonable.
Hi @alexandra-c, sry for the late response. This is not the way we like to treat community contributions, but we don't have the capacity yet to review and ship the...