langchain_community.Utilities.OpenAPI.HTTPVerb

class langchain_community.Utilities.OpenAPI.HTTPVerb(value)[source]

HTTP谓词枚举。

GET = 'get'
PUT = 'put'
POST = 'post'
DELETE = 'delete'
OPTIONS = 'options'
HEAD = 'head'
PATCH = 'patch'
TRACE = 'trace'