HttpRequest

Represents an incoming HTTP request received by the server, accessible by guest code.

Properties

Link copied to clipboard
abstract val method: HttpMethod

The HTTP method for this request

Link copied to clipboard
abstract val uri: String

The URI (path) for this request.