Skip to content
This repository has been archived by the owner on Jul 7, 2020. It is now read-only.

Latest commit

 

History

History
46 lines (25 loc) · 717 Bytes

README.md

File metadata and controls

46 lines (25 loc) · 717 Bytes

noflo-request Build Status

WIP

NoFlo components for making requests. It's all around superagent

Components

MakeRequest

Creates request ( superagents's request ) object

In ports

  • IN: url
  • METHOD: method (GET by default)

Out ports

  • OUT: request object

SendRequest

In ports

  • IN: request object

Out ports

  • OUT: response object
  • ERROR: error

SetRequestHeader

SetRequestQuery

SetRequestType

SetRequestBody

SetRequestTimeout

SetRequestAuth

AbortRequest