Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)