Reference client and server in README

Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
This commit is contained in:
Georg Pfuetzenreuter 2024-09-29 02:38:42 +02:00
parent e46d3a0410
commit 97dab92da0
Signed by: Georg
GPG Key ID: 1ED2F138E7E6FF57

View File

@ -1,3 +1,15 @@
# RESTful HTTP API for nftables
Early work in progress.
## Server
Incomplete, but existing functionality and tests.
`nft_http_api_server/`
## Client
More incomplete, currently only a basic request helper.
`nft_http_api_client/`