Home > @dinofe/xt-core > XApisauceInstance > head

# XApisauceInstance.head property

发送HEAD请求

Signature:

head: <T, U = T>(url: string, params?: {}, axiosConfig?: CustomAxiosRequestConfig) => Promise<XApiResponse<T, U>>;