diff options
Diffstat (limited to 'src/supplemental/http/http_api.h')
| -rw-r--r-- | src/supplemental/http/http_api.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/supplemental/http/http_api.h b/src/supplemental/http/http_api.h index 33947abf..207f0230 100644 --- a/src/supplemental/http/http_api.h +++ b/src/supplemental/http/http_api.h @@ -382,4 +382,8 @@ extern void nni_http_transact_conn( extern void nni_http_transact( nni_http_client *, nni_http_req *, nni_http_res *, nni_aio *); +// nni_http_stream_scheme returns the underlying stream scheme for a given +// upper layer scheme. +extern const char *nni_http_stream_scheme(const char *); + #endif // NNG_SUPPLEMENTAL_HTTP_HTTP_API_H |
