httpx
httpx - CLI to test HTTP/gRPC/RSocket/Kafka... services by HTTP DSL
File Explorer
Download Latest Version (.zip)- ci.yml
- release.yml
- maven-wrapper.jar
- maven-wrapper.properties
- JSONField.java
- SerializerFeature.java
- JSON.java
- JSONArray.java
- JSONObject.java
- SofaRequest.java
- SofaResponse.java
- HmacSHA1Signer.java
- HmacSM3Signer.java
- JavamailHints.java
- ThirdLibrariesHints.java
- HttpxErrorCodeLogger.java
- HttpxErrorCodeLoggerFactory.java
- HttpxExtensionRequest.java
- HttpxExtensionResponse.java
- HttpCookie.java
- HttpFile.java
- HttpGlobalFunctions.java
- HttpHeader.java
- HttpMethod.java
- HttpRequest.java
- HttpRequestParser.java
- HttpRequestTarget.java
- RSocketRequest.java
- SmtpRequest.java
- Mqtt3PublisherExecutor.java
- Mqtt3SubscriberExecutor.java
- AbstractMqttCallback.java
- AliyunExecutor.java
- AwsExecutor.java
- BaseExecutor.java
- BasePubSubExecutor.java
- ChatGPTExecutor.java
- DubboExecutor.java
- DubboRpcInvocation.java
- GraphqlExecutor.java
- GrpcExecutor.java
- HttpBaseExecutor.java
- HttpExecutor.java
- JsonRestExecutor.java
- JsonRpcExecutor.java
- MailExecutor.java
- MemcacheExecutor.java
- MessagePublishExecutor.java
- MessageStore.java
- MessageSubscribeExecutor.java
- MsgpackRpcExecutor.java
- NeovimExecutor.java
- RedisExecutor.java
- RSocketExecutor.java
- SofaRpcExecutor.java
- SofaRpcInvocation.java
- SSHExecutor.java
- TarpcExecutor.java
- ThriftExecutor.java
- TrpcExecutor.java
- WebSocketExecutor.java
- ZeromqExecutor.java
- JsonColorFactory.java
- JsonGsonUtils.java
- JsonUtils.java
- Aliyun.java
- AWS.java
- CloudAccount.java
- Nodejs.java
- HttpFileRunner.java
- HttpxApplication.java
- HttpxCommand.java
- ErrorMessages.properties
- spring.factories
- application.properties
- http-client-execute.js
- http-client-pre-stub.js
- fetch-demo.js
- enabled_plugins
- http-client.env.json
- http-client.private.env.json
- index.http
- websocket.http
- HttpRequestParserTest.java
- AliyunExecutorTest.java
- AwsExecutorTest.java
- ChatGPTExecutorTest.java
- DubboExecutorTest.java
- DubboRpcInvocationTest.java
- GraphqlExecutorTest.java
- GrpcExecutorTest.java
- HttpExecutorTest.java
- JsonRestExecutorTest.java
- JsonRpcExecutorTest.java
- MemcacheExecutorTest.java
- MessagePubExecutorTest.java
- MessageSubExecutorTest.java
- MsgpackRpcExecutorTest.java
- NeovimExecutorTest.java
- RedisExecutorTest.java
- RSocketExecutorTest.java
- SofaExecutorTest.java
- SofaRpcInvocationTest.java
- TarpcExecutorTest.java
- ThriftExecutorTest.java
- TrpcExecutorTest.java
- WebSocketExecutorTest.java
- ZeromqExecutorTest.java
- NodejsTest.java
- AliyunProductsTest.java
- HttpFileRunnerTest.java
- HttpxCommandTest.java
- RSocketServerApp.java
- SpringBootBaseTest.java
- HelloApacheHttpClient.java
- HelloOkHttp3.java
- HelloWebClient.java
- products.json
- httpx-request.json
- logback.xml
- .gitignore
- .graphqlconfig
- docker-compose.yml
- Dockerfile
- graphql-zero-schema.graphql
- index.http
- justfile
- LICENSE
- mvnw
- mvnw.cmd
- pom.xml
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/servicex-sh/httpx
Downloads the entire project code from GitHub to your computer.
cd httpx
Moves into the project folder you just downloaded.
2. Docker
Easy RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Docker Desktop Needed to build and run containers. Install it and keep it running in the background.
docker compose up -d --build
Builds and starts all defined containers (server, database, etc.) at once, in the background.
Run docker compose ps to check the containers are Up. If the README mentions a port, open http://localhost:PORT in your browser.
3. Maven (Java)
MediumPrerequisites
- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java projects.
- Maven The build tool used for the mvn command.
mvn clean install
Installs dependencies and builds the project using Maven.
A BUILD SUCCESS message means it worked. The output is created under target/.
// repository documentation
Was this content helpful?
(0 ratings)
