RequestConfig 
    data class RequestConfig(val beforeSendHeadersInterceptors: MutableMap<String, suspend (HttpServer.Request) -> Unit> = LinkedHashMap()) : Extra
Constructors
Link copied to clipboard
                  constructor(beforeSendHeadersInterceptors: MutableMap<String, suspend (HttpServer.Request) -> Unit> = LinkedHashMap())