Server

Server is an intercepting HTTP(S) proxy which enables received Request and Response data to be transformed dynamically.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun close()

Synchronously stop the proxy Server.

Link copied to clipboard
fun start(port: Int): Server

Synchronously start the proxy Server on the port.

Link copied to clipboard
fun stop(): Server

Synchronously stop the proxy Server.