Learn R Programming

svHttp (version 1.0.4)

par_http_server: Get or change http server options

Description

Get or change http server options

Usage

par_http_server(client, ...)

parHttp(client, ...)

Arguments

client

the name of one client. A client that does not identify itself is named default.

...

named arguments specifying options to set or change.

Value

An environment that contains the whole configuration is returned invisibly.

See Also

start_http_server() for a complete example.