
Get or change http server options
par_http_server(client, ...)
parHttp(client, ...)An environment that contains the whole configuration is returned invisibly.
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).
start_http_server() for a complete example.