# Functions
GreetingHandler returns a GreetingResponse which either has errors or a useful payload.
HelloHandler takes a GET parameter "name" and responds with Hello <name>! in plaintext.
# Structs
GreetingResponse is the JSON Response that GreetingHandler returns.