Generating mock http responses with pocketic

Hey everyone, I have developed a rust canister that makes http out calls and i was wondering if it’s possible to generate mock http responses through pocket ic.
I’m using pocket ic for testing canister endpoints and some of those functions trigger an http out call, is there any example of testing http outcalls through pocket ic?
The only example I could find was a simple counter canister but nothing for http outcalls

Let me share a few resources:

2 Likes