diff --git a/README.md b/README.md index fa791d6..7660494 100644 --- a/README.md +++ b/README.md @@ -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/`