module MacawFramework class Macaw @bind: string @macaw_log: Logger @port: int @server: Server def delete: -> nil def get: -> nil def patch: -> nil def post: -> nil def put: -> nil def start!: -> nil private def extract_body: -> string def extract_client_info: -> nil def extract_headers: -> string end end