FaasJS
Home
  • Guide
  • Documents
  • Starter Template
  • Changelog
  • Ecosystem

    • VS Code Plugin
    • Docker Images
  • Github
  • Contributing
  • Sponsor
  • Security
  • English
  • 简体中文
Home
  • Guide
  • Documents
  • Starter Template
  • Changelog
  • Ecosystem

    • VS Code Plugin
    • Docker Images
  • Github
  • Contributing
  • Sponsor
  • Security
  • English
  • 简体中文

Documents / @faasjs/request / request

Function: request()

request<T>(url, options?): Promise<Response<T>>

Request

Type Parameters

T

T = any

Parameters

url

string

Url

options?

RequestOptions = ...

Options

Returns

Promise<Response<T>>

Url

https://faasjs.com/doc/request.html