# Functions
ConvertToInt converts given string to int.
ConvertToUint converts given string to uint.
IsNumeric judges whether given string is numeric or not.
NewRequestBuilder is constructor.
ReadPropertiesFile reads a properties file and it returns a map has the keys and values in the file.
# Constants
CommentChar represents that the line is the comment line.
EqualsChar represents that the equals symbol.
# Interfaces
RequestBuilder builds request URL.
RequestURL is the element to compose request url.