axSignUCPRequest Generated TypeScript API reference. typescript api api/reference build/apidocs/Function.axSignUCPRequest.md function axSignUCPRequest

axSignUCPRequest

TypeScript
function axSignUCPRequest(request: Readonly<{
  body?: string;
  headers: Record<string, string>;
  method: string;
  url: string;
}>, options: Readonly<AxUCPHTTPMessageSignatureOptions>): Promise<Record<string, string>>;

Defined in: https://github.com/ax-llm/ax/blob/7965c876f6a5b641e0cf166e8942e540cfde65e1/src/ax/ucp/signing.ts#L73

Parameters

ParameterType
requestReadonly<{ body?: string; headers: Record<string, string>; method: string; url: string; }>
optionsReadonly<AxUCPHTTPMessageSignatureOptions>

Returns

Promise<Record<string, string>>

Docs