Hi, cmux has been working great for us. Recently we added a PATCH endpoint to our application and were surprised the HTTP1Fast matcher doesn't automatically match on PATCH.
Is there a particular reason for not including PATCH or is this an oversight?
Hi, cmux has been working great for us. Recently we added a PATCH endpoint to our application and were surprised the
HTTP1Fast
matcher doesn't automatically match on PATCH. Is there a particular reason for not including PATCH or is this an oversight?All other methods are in there except PATCH
and OPTIONS. https://github.com/soheilhy/cmux/blob/5ec6847320e53b5fee0ab9a4757b56625a946c85/matchers.go#L46-L55