UNPKG

@microsoft.azure/autorest.testserver

Version:
10 lines 370 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const api_1 = require("../../api"); api_1.app.category("vanilla", () => { api_1.app.put("/reqopt/implicit/optional/body", "OptionalImplicitBody", async (req) => { req.expect.bodyEmpty(); return { status: 200 }; }); }); //# sourceMappingURL=body-required-optional.js.map