Sergix / JTerm

A terminal written in Java for cross-platform compatibility and usage.
https://sergix.github.io/projects/jterm
GNU General Public License v3.0
52 stars 32 forks source link

HTTP Requests #100

Closed marcluque closed 6 years ago

marcluque commented 6 years ago

What I want to accomplish is some "interface"/functionality for HTTP requests, from which commands can benefit. Commands like the download command shall benefit from the support of HTTP requests. Another thing that could be accomplished with support of HTTP requests are commands that involve different types of HTTP requests, such as GET, PUT, DELETE, and so on. My target is to just provide support for HTTP requests in the client class and rework the download command to use this provided functionality.