• Compression Streams API
  • Console and Debugging
  • DOM APIs
  • DOM Events
  • Encoding API
  • Fetch API
  • Fleek Node API
  • Observability
  • Scheduling
  • Streams API
  • Timers
  • Typed Arrays
  • Web APIs
  • Web Crypto API
  • Web File API
  • WebAssembly
  • WebGPU
  • WebSockets
  • Uncategorized
  • view all 376 symbols
  • Fleek Runtime APIs
  • Fleek Node API
    • Fleek
    • .
    • HttpRequest
type alias Fleek.HttpRequest

HTTP request object.

Properties

method: HttpRequestMethod
path: String
optional
headers: Record<string, string>
optional
query: Record<string, any>
optional
body: any

Document Navigation

  • Properties
    • method
    • path
    • headers
    • query
    • body