# Functions
Handler for HTTP Post - "/showtimes" Create a new Showtime document.
Handler for HTTP Delete - "/showtimes/{id}" Delete a Showtime document by id.
No description provided by the author
Handler for HTTP Get - "/showtimes" Returns all Showtime 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