loading...

Get list of all names of clients that already connected to the http server

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()
#> character(0)