/** * Some commonly used HTTP verbs. */ string httpVerb() { result = ["get", "put", "post", "delete"] }