ParseRequestType extension

Extension method to parse RequestType to a String value.

This extension method is used to specify the type of request expected from the server.

Example usage:

RequestType requestType = RequestType.GET;
String requestTypeValue = requestType.value; // returns 'GET'
on

Properties

value String
Returns the String value of the RequestType.
no setter