UNPKG

@gatling.io/http

Version:

Gatling JS is a JavaScript/TypeScript interface for the [Gatling load testing tool](https://gatling.io/).

9 lines (8 loc) 259 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.wrapRequestBody = void 0; const wrapRequestBody = (_underlying) => ({ _underlying, bytes: () => _underlying.getBytes() }); exports.wrapRequestBody = wrapRequestBody;