UNPKG

@gatling.io/http

Version:

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

12 lines (11 loc) 378 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.wrapResponseBody = void 0; const wrapResponseBody = (_underlying) => ({ _underlying, bytes: () => _underlying.bytes(), chars: () => _underlying.chars(), length: () => _underlying.length(), string: () => _underlying.string() }); exports.wrapResponseBody = wrapResponseBody;