https://github.com/ldclakmal/wso2-http-transport-sample
WSO2 HTTP Transport Sample
https://github.com/ldclakmal/wso2-http-transport-sample
client http http2 sample server wso2
Last synced: 7 months ago
JSON representation
WSO2 HTTP Transport Sample
- Host: GitHub
- URL: https://github.com/ldclakmal/wso2-http-transport-sample
- Owner: ldclakmal
- Created: 2018-10-16T05:42:15.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-04-18T19:07:36.000Z (about 6 years ago)
- Last Synced: 2025-01-12T10:25:48.189Z (over 1 year ago)
- Topics: client, http, http2, sample, server, wso2
- Language: Java
- Homepage:
- Size: 230 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WSO2 HTTP Transport Sample
This repository holds samples of HTTP transport implemented using [WSO2 HTTP Transport](https://github.com/wso2/transport-http).
## Samples
1. [HTTP Client](./src/main/java/lk/avix/http/client/HttpClient.java)
2. [HTTP Echo Server](./src/main/java/lk/avix/http/listener/HttpEchoServer.java)
3. [HTTP Passthrough](./src/main/java/lk/avix/http/passthrough/HttpPassthrough.java)