par_http_server: Get or change http server options

View source: R/par_http_server.R

par_http_serverR Documentation

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.

Note

Possible named arguments (with their default values) are: prompt = ":> " for the server prompt, continue = ":+ " for the continuation prompt when multiline instructions are send, code = "" for current partial code in multiline mode, last = "" for a string to add at the end of each evaluation, echo = FALSE to echo commands at the R console or terminal, multiline = TRUE to allow multiline mode, bare = TRUE a bare mode that inactivates all other options (the server is always started in bare mode).

See Also

start_http_server() for a complete example.


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