Custom StreamingCallbackToken

I think you have to abide by this interface (since it’s what the Rust icx-proxy that’s running on the boundary node will expect and parse).

So you can name the function anything you want (doesn’t have to be http_request_streaming_callback) but you can’t change the token parameter I don’t think.

The code where the icx-proxy actually calls your asset canister is here.

1 Like