http_server_clients: Get list of all names of clients that already connected to...

View source: R/http_server_clients.R

http_server_clientsR 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()

SciViews/svHttp documentation built on May 12, 2022, 2:48 a.m.