Learn R Programming

svHttp (version 1.0.5)

par_http_server: Get or change http server options

Description

Get or change http server options

Usage

par_http_server(client, ...)

parHttp(client, ...)

Value

An environment that contains the whole configuration is returned invisibly.

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.

See Also

start_http_server() for a complete example.