Description
Adds HTTP agent and response handling helpers used by Ruby API clients such as Octokit. It is useful for wrapping API responses, links, errors, and request metadata in a consistent interface.
API wrappers often carry tokens, rate-limit data, and private responses. Avoid logging sensitive headers or bodies, and validate remote URLs before following links.