# Functions

Handler for HTTP Post - "/users" Create a new Showtime document.
Handler for HTTP Delete - "/users/{id}" Delete a User document by id.
Handler for HTTP Get - "/users" Returns all User documents.
Create a new Context object for each HTTP request.

# Structs

Struct used for maintaining HTTP Request Context.
No description provided by the author
No description provided by the author