UNPKG

tarantoolscript

Version:

TypeScript definitions for Tarantool Lua API.

11 lines (10 loc) 132 B
export type HttpMethod = | 'GET' | 'POST' | 'PUT' | 'PATCH' | 'OPTIONS' | 'HEAD' | 'DELETE' | 'TRACE' | 'CONNECT'