Add initial proof of concept for http server

This commit is contained in:
cedb 2022-10-30 14:57:34 -04:00
parent 49aaff2bbe
commit 0338befcf3
4 changed files with 153 additions and 1 deletions

View file

@ -10,7 +10,7 @@ import java.util.Map;
/**
* Namespace implementation, that has plural handling for list arguments and converts camel case keys to dashed strings
*/
final class JsonRpcNamespace extends Namespace {
final public class JsonRpcNamespace extends Namespace {
public JsonRpcNamespace(final Map<String, Object> attrs) {
super(attrs);