HTTP.Servlet.Request.getServerScheme()

Signature

String getServerScheme(Object request)

Domain

ACTION

Description

Gets the protocol name used in the request.

Parameters

NameTypeDescription
requestObjectThe servlet request object.

Returns

TypeDescription
StringThe protocol of the web server.