import-file-from-http-request adaptor imports a file from an HTTP request.
import-file-from-http-request
url Type: text Required: Yes The URL of the resource you want to fetch.
url
text
method Type: text Required: No The request method, e.g., GET, POST. The default is GET
method
GET
POST
headers Type: dictionary Required: No Any headers you want to add to the request.
headers
dictionary
body Type: file Required: No Any body that you want to add to the request.
body
file
response body Type: file The response body.
response body
status code Type: number The response status code.
status code
number
response headers Type: dictionary The response headers.
response headers
url: https://jsonplaceholder.typicode.com/todos/1arrow-up-right
url:
response body:
status code: 200
response headers:
-> imported a JSON file using an HTTP request into Data-Flo.
Enables users to retrieve files from a server for further processing and transformation in Data-flo.
Last updated 2 years ago
{ "userId": 1, "id": 1, "title": "delectus aut autem", "completed": false }
cache-control -> max-age=43200 content-type -> application/json; charset=utf-8 server -> cloudflare transfer-encoding -> chunked