UNPKG

@microsoft.azure/autorest.testserver

Version:
11 lines (9 loc) 231 B
import { app } from "../api"; app.category("vanilla", () => { app.head("/clientEnum/head", "ClientWithEnumParam", (req) => { req.expect.containsHeader("x-ms-enum", "single"); return { status: 200, }; }); });