UNPKG

mongodb-stitch

Version:

[![Join the chat at https://gitter.im/mongodb/stitch](https://badges.gitter.im/mongodb/stitch.svg)](https://gitter.im/mongodb/stitch?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

10 lines 419 B
export var HttpMethod; (function (HttpMethod) { HttpMethod[HttpMethod["GET"] = 0] = "GET"; HttpMethod[HttpMethod["POST"] = 1] = "POST"; HttpMethod[HttpMethod["PUT"] = 2] = "PUT"; HttpMethod[HttpMethod["DELETE"] = 3] = "DELETE"; HttpMethod[HttpMethod["HEAD"] = 4] = "HEAD"; HttpMethod[HttpMethod["PATCH"] = 5] = "PATCH"; })(HttpMethod || (HttpMethod = {})); //# sourceMappingURL=HttpMethod.js.map