GitXplorerGitXplorer
n

httpc

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
c8e57b5b8f42828c5ebf7c5aab13fc682055e20b

Minor fixed; added runner for windows

nnetvl committed 12 years ago
Unverified
d7e1a69293944334e7c100efa374765d9be28da1

Merge remote-tracking branch 'origin/master'

nnetvl committed 12 years ago
Unverified
0abc48aa89f791f687e5d0cac4cda7622b839bea

Work on http request sending and response handling

nnetvl committed 12 years ago
Unverified
6682974c236498ce29bca2014e2ac39c6e4d8245

Work on interface and events system

nnetvl committed 12 years ago
Unverified
39d91249391ddcca5ca19ac901af2953d2fae3f1

Work on interface and events system

nnetvl committed 12 years ago
Unverified
ac2c2a0d641b8a8afd696b8b6c32fbc2cfe89c54

Working on interface

nnetvl committed 12 years ago

README

The README file for this repository.

httpc - simple http client

httpc is very simple HTTP client (HTTPS will be supported in future) with Swing UI. It is able to assemble and send HTTP requests for you.

Surprisingly, but I couldn't manage to find graphical HTTP client which is nothing more than HTTP client, so I decided to write one. Because httpc runs over JVM, it is also cross-platform.

The closest alternative to httpc that I was able to find is browser plugins, like RESTClient for Firefox. However, they were somewhat inconvenient in some ways. For example, I wasn't able to send HTTPS request with RESTClient to self-signed HTTPS server, so I had to drop back to something like SoapUI, which clearly is overkill.

The project is in highly alpha state, nothing is usable right now.