CLI to test HTTP/gRPC/RSocket/Kafka... services by HTTP DSL
527
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"]
Content type
Image
Digest
sha256:bde426d8e…
Size
62.5 MB
Last updated
about 4 years ago
docker pull linuxchina/httpx