Sign inSign up

linuxchina/httpx

By linuxchina

Updated about 4 years ago

CLI to test HTTP/gRPC/RSocket/Kafka... services by HTTP DSL

Image
0

527

linuxchina/httpx repository overview

httpx: CLI to test HTTP/gRPC/RSocket/Kafka... services by HTTP DSL, please click https://servicex.sh/ for more.

Simple use: docker run --rm linuxchina/httpx --version

If you are Apple M1/M2 user, please use docker run --rm linuxchina/httpx:latest-arm64 --version .

Dockerfile as following:

FROM ubuntu:22.04

COPY assembly/httpx /usr/bin/httpx

ENTRYPOINT ["/usr/bin/httpx"]

Tag summary

Content type

Image

Digest

sha256:bde426d8e

Size

62.5 MB

Last updated

about 4 years ago

docker pull linuxchina/httpx