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
- Host: GitHub
- URL: https://github.com/easysy/proton
- Owner: easysy
- License: bsd-3-clause
- Created: 2024-10-16T20:35:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-11-30T11:36:50.000Z (4 months ago)
- Last Synced: 2025-12-02T16:51:52.307Z (4 months ago)
- Topics: api, client, http, rest, server, tool
- Language: Go
- Homepage:
- Size: 43.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```