<@U33H6SB2B> why is `actions.http.client.RequestHa...
# javascript
v
@turansky why is
actions.http.client.RequestHandler
sealed? I wanted to use it to log outgoing headers, but as far as I understood it could also be used to set additional headers and so on.
t
Do you need custom implementation of
RequestHandler
?
v
I'm under the impression, that this is the sense of `RequestHandler`: https://github.com/actions/toolkit/blob/main/packages/http-client/src/index.ts#L607-L612
t
Fine? 😉
v
Hope so, thanks. :-)
t
Released in
pre.753
🎉
👌 1