# Functions
GetPageNumber : returns the page number from the request.
GetPagination : returns an initialized Pagination struct.
HandleAPICallToPage : returns true if this function handles the result of the API call, else returns false.
HandleAPICallToPartialPage : returns true if this function handles the result of the API call, else returns false.
NewServer : returns a new struct 'Server'.
# Structs
Handlers : list of the functions of an API.
Pagination : properties of a Pagination struct.
Server : definition of an web server.