Simple HTTP client

Small HTTP client with GUI

Лицензия

Лицензия

Категории

Категории

CLI Взаимодействие с пользователем
Группа

Группа

com.github.kopilov.simplehttpclient
Идентификатор

Идентификатор

simplehttpclient
Последняя версия

Последняя версия

0.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

Simple HTTP client
Small HTTP client with GUI
Ссылка на сайт

Ссылка на сайт

https://github.com/Kopilov/simple-http-client
Система контроля версий

Система контроля версий

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

Скачать simplehttpclient

Как подключить последнюю версию

<!-- 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"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

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.

Версии библиотеки

Версия
0.2