http_server_port: Get or change the port of the HTTP server

View source: R/http_server_port.R

http_server_portR Documentation

Get or change the port of the HTTP server

Description

Get or change the port of the HTTP server

Usage

http_server_port(port)

HttpServerPort(port)

Arguments

port

port on which the server should run (both help and SciViews). By default, it is port 8888. Note that this server runs only locally and can only serve requests from 127.0.0.1 (because communication is not crypted).

Value

A number with the port of the HTTP server.

See Also

start_http_server() for a complete example.

Examples

http_server_port()

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