Connection Handlers: http vs edge_http

For a regional distributed app, what will bring the better performance?

http or edge_http handler - when will one be recommend over the other?

3 Likes

What even is an edge_http handler?!

1 Like

ping…

edge_http was when we were testing handling http at the edge (which is what we do now). It’s only in the list of handlers for legacy reasons but it’s the same as the http handler.

3 Likes