diff options
author | OpenGnSys Support Team <soporte-og@soleta.eu> | 2021-05-04 16:14:38 +0200 |
---|---|---|
committer | OpenGnSys Support Team <soporte-og@soleta.eu> | 2021-05-04 16:14:38 +0200 |
commit | 79e7e2b8c8c5ee4cca90c1807cad515e9311709d (patch) | |
tree | e344c34c5bd53928d6aaf8690dcffddeb1614cf1 /src/rest.h | |
parent | 8a0a32cea154c8082ecfb9e7e62a326ab17ce8b5 (diff) |
#915 only API REST is supported
Socket hidra API has been removed, all connections use a REST API.
Diffstat (limited to 'src/rest.h')
-rw-r--r-- | src/rest.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -48,7 +48,6 @@ struct og_client { char buf[OG_MSG_REQUEST_MAXLEN]; unsigned int buf_len; unsigned int msg_len; - bool rest; bool agent; int content_length; char auth_token[64]; |