Working with the HTTP Protocol and Forms in Julia
Using the HTTP, URIs, Sockets, JSON and FileIO packages

The Julia HTTP package is great for using the HTTP protocol to either make simple web servers, connect to web servers or use deal with REST APIs. However the package is not that well documented. Many things in the documentation such as best practices for testing REST APIs is not made…