SSE connect via POST request possible?

Hi there,

My application has a SSE subscription endpoint that expects a POST request.

When I use the Gatling SSE DSL like:

.exec(sse(“00 Subscribe Agent”).connect("/agent/subscribe?sse=true").header(“authorization”, “Bearer ${agent_token}”))

it uses a GET request. Is there (or will there be) a way to connect to SSE using a POST request?

Cheers,

Daniel