-
Dear comunitty, is there any possibility to hook the client. Close() method? client := resty.New()
I would like (lazy as I am) to plug in (hook into) the "Revoke Token action" into the client.Close() method. Thanks in advance |
Beta Was this translation helpful? Give feedback.
Answered by
jeevatkm
Mar 10, 2025
Replies: 1 comment
-
@beva-sdev I will think of a way to make Hooks on Close client. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
beva-sdev
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@beva-sdev I will think of a way to make Hooks on Close client.