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

https://github.com/easysy/proton

tool library for HTTP client-server services
https://github.com/easysy/proton

api client http rest server tool

Last synced: 3 months ago
JSON representation

tool library for HTTP client-server services

Awesome Lists containing this project

README

          

# Proton

![https://img.shields.io/github/v/tag/easysy/proton](https://img.shields.io/github/v/tag/easysy/proton)
![https://img.shields.io/github/license/easysy/proton](https://img.shields.io/github/license/easysy/proton)

## Overview

`proton` is a tool library for HTTP client-server services.

### Consists of the following main packages:

- [coder](https://github.com/easysy/proton/blob/main/coder/README.md)
- [httpclient](https://github.com/easysy/proton/blob/main/httpclient/README.md)
- [httpserver](https://github.com/easysy/proton/blob/main/httpserver/README.md)

## 📦 Installation

```sh
go get github.com/easysy/proton@latest
```