apiref/@apiref-examples/core0.0.0
@apiref-examples/core » (main) » UI » API » Request »

build function

Build a request object.

Signature

build(url: string, options?: Options): { body: any; headers: Record<string, string>; method: Method; url: string }