This repo contains a set of libraries that allows the user to interact with IO. Such as File, Http or a Process
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 |
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 |
|
| Name |
Description |
| Process |
Simple module to execute a native system process |