Const
Adds the ability to use basic auth with the Authorization header.
Authorization
import BasicAuthAddon from "wretch/addons/basicAuth"wretch().addon(BasicAuthAddon) Copy
import BasicAuthAddon from "wretch/addons/basicAuth"wretch().addon(BasicAuthAddon)
Adds the ability to use basic auth with the
Authorization
header.