mirror of
https://github.com/foss42/apidash.git
synced 2025-12-02 10:49:49 +08:00
Introduces an optional AuthModel parameter to sendHttpRequest and streamHttpRequest, allowing authentication handling for HTTP requests. Updates all usages and tests to pass null for the new parameter where authentication is not required.