class Falcon::Command::Serve

def client

Create a new client suitable for accessing the application.
def client
	Async::HTTP::Client.new(client_endpoint)
end