# Packages
Client package provides a client that allows to interact with the a CARAVELA's daemon
sending the requests to it.
No description provided by the author
No description provided by the author
Types package includes all the structures shared between the caravela's server/daemon and its clients.
# Functions
NewServer creates a new API HttpServer that receives the requests for the local node.
# Structs
HttpServer handles the REST API requests in each node and redirects it to the local Node, where is the logic's core.