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