HTTPVerb# class langchain_community.utilities.openapi.HTTPVerb(value)[source]# Enumerator of the HTTP verbs. GET = 'get'# PUT = 'put'# POST = 'post'# DELETE = 'delete'# OPTIONS = 'options'# HEAD = 'head'# PATCH = 'patch'# TRACE = 'trace'#