http_server_clients {svHttp} | R Documentation |
Get list of all names of clients that already connected to the http server
Description
Get list of all names of clients that already connected to the http server
Usage
http_server_clients()
HttpClientsNames()
Value
A character vector with the name of currently connected clients.
See Also
start_http_server()
for a complete example.
Examples
library(svHttp)
http_server_clients()
[Package svHttp version 1.0.4 Index]