# Functions
DeleteUser deletes a specific user in DB.
GetUser gets the user from database and returns response.
NewUser creates a new user in DB and returns it.
UnhandledMethod returns error message for unsupported request types.
UpdateUser updates a specific user and returns it.
# Variables
No description provided by the author