Simple HTTP client

Small HTTP client with GUI

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

com.github.kopilov.simplehttpclient
ArtifactId

ArtifactId

simplehttpclient
Last Version

Last Version

0.2
Release Date

Release Date

Type

Type

jar
Description

Description

Simple HTTP client
Small HTTP client with GUI
Project URL

Project URL

https://github.com/Kopilov/simple-http-client
Source Code Management

Source Code Management

https://github.com/Kopilov/simple-http-client

Download simplehttpclient

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.kopilov.simplehttpclient/simplehttpclient/ -->
<dependency>
    <groupId>com.github.kopilov.simplehttpclient</groupId>
    <artifactId>simplehttpclient</artifactId>
    <version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kopilov.simplehttpclient/simplehttpclient/
implementation 'com.github.kopilov.simplehttpclient:simplehttpclient:0.2'
// https://jarcasting.com/artifacts/com.github.kopilov.simplehttpclient/simplehttpclient/
implementation ("com.github.kopilov.simplehttpclient:simplehttpclient:0.2")
'com.github.kopilov.simplehttpclient:simplehttpclient:jar:0.2'
<dependency org="com.github.kopilov.simplehttpclient" name="simplehttpclient" rev="0.2">
  <artifact name="simplehttpclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kopilov.simplehttpclient', module='simplehttpclient', version='0.2')
)
libraryDependencies += "com.github.kopilov.simplehttpclient" % "simplehttpclient" % "0.2"
[com.github.kopilov.simplehttpclient/simplehttpclient "0.2"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Simple HTTP client

Small HTTP client with GUI writen in Java. Can send hand-written requests and display responses (like netcat) and help to generate requests. Requests are generated as

METHOD + URL.Path + HTTP/1.1
headers (Host and Content-length added automatically)

body (if method is POST or PUT)

You can download Jar from Maven Central

If you do not have any Java software, download and install JRE (http://java.com/download) to run compiled program and add directory with 'java' program (jre/bin) to your system variable PATH or write full path to 'java' in bat|sh file of this software.

Versions

Version
0.2