Skip to content

Latest commit

 

History

History
51 lines (31 loc) · 2.7 KB

home.md

File metadata and controls

51 lines (31 loc) · 2.7 KB

Data Weave IO

This repo contains a set of libraries that allows the user to interact with IO. Such as File, Http or a Process

File Library

This library allows the user to interact with everything that is related to File System. Such as creating listing navigating a File System

Name Description
FileSystem Simple File module to do basic operations

HTTP Library

This library allows the user to call or serve http.

Name Description
BodyUtils A utility module that provides a set of functions to interact HTTP body.
Client HTTP client module allows to make HTTP calls
Interceptors
Server This module contains all the functions required for declaring and using an HTTP Server
Types Module with the a set of types used to make HTTP calls
HttpHeaders Module with the list of well known HTTP headers
Port

Process Library

Name Description
Process Simple module to execute a native system process

Newrelic Library

Name Description
NewRelic
RecordTimeMetric