Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 30 days 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 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-18T19:07:36.000Z (almost 5 years ago)
- Last Synced: 2024-11-13T03:35:50.721Z (3 months 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)