Skip to content

Releases: Nordix/kahttp

Add a NotOK counter

26 Dec 14:26
Compare
Choose a tag to compare

A client-only release.

Adds a NotOK counter for responses with a status-code != 200;

$ kahttp -address http://localhost:9990/no -timeout 3s | jq .
{
  "Started": "2020-12-26T15:15:33.964883773+01:00",
  "Duration": 2978245599,
  "Rate": 10,
  "Clients": 1,
  "Dials": 30,
  "FailedConnections": 0,
  "Sent": 30,
  "Received": 30,
  "Dropped": 0,
  "FailedConnects": 0,
  "NotOK": 30
}

H2c

28 Nov 09:12
Compare
Choose a tag to compare
H2c

Adds support for h2c on the server side.

Server logging

12 Jul 08:49
Compare
Choose a tag to compare

Server release. Use registry.nordix.org/cloud-native/kahttp:v1.1.0.

Http2 support on client side

02 May 07:54
Compare
Choose a tag to compare

Since there are no outstanding bugs and no plans for altering any interface I set v1.0

The server docker image is not updated since the update is on client side only.

Proxy fix-up

09 Apr 12:15
Compare
Choose a tag to compare

Fix issue #2

Server host statistics

06 Apr 08:52
Compare
Choose a tag to compare
Pre-release

Implements the server host statistics function requested in #1 .

Now with https

04 Apr 15:50
Compare
Choose a tag to compare
Now with https Pre-release
Pre-release

This release adds support for https.

In client mode the certificate verification is disabled because the server is most likely using a self-signed certificate.

The server is updated with support for https and new parameters are added.

The binary release now includes the certificate used for the docker image used in k8s. It can (with some effort) be used to do certificate verification if some other client than kahttp is used.

Tentative

02 Apr 12:48
Compare
Choose a tag to compare
Tentative Pre-release
Pre-release

Download kahttp.xz, unpack and chmod;

xz -d kahttp.xz
chmod a+x kahttp