Re: [RFC] MEDIUM: lua,http,spoe: add PATCH method to lua httpclient

2025-01-09 Thread Miroslav Zagorac
On 09. 01. 2025. 13:22, Chris Hibbert wrote: > Well my first contribution is off to an embarrassing start, here is the > proposed patch attached! > Hello Chris, I would just like to comment on the part of your patch related to addons/ot/src/util.c: I think that instead of HTTP_METH_PATCH, the s

Re: [RFC] MEDIUM: lua,http,spoe: add PATCH method to lua httpclient

2025-01-09 Thread Chris Hibbert
Well my first contribution is off to an embarrassing start, here is the proposed patch attached! On Thu, 9 Jan 2025 at 12:19, Chris Hibbert wrote: > Currently the httpclient supports these methods: get, head, put, post, > delete > > https://www.arpalert.org/src/haproxy-lua-api/2.9/index.html#htt