quic-go / masque-go

MASQUE: Proxying UDP in HTTP/3, RFC 9298
MIT License
81 stars 9 forks source link

remove the Client.Template #72

Closed marten-seemann closed 1 month ago

marten-seemann commented 1 month ago

This should be a function parameter when dialing, not a member variable. The same UDP proxy could offer different proxying functionality at paths (i.e. different templates).