UNPKG

@gatling.io/http

Version:

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

7 lines (6 loc) 281 B
import { Wrapper } from "@gatling.io/core"; import JvmRequestBody = io.gatling.http.client.body.RequestBody; export interface RequestBody extends Wrapper<JvmRequestBody> { bytes(): number[]; } export declare const wrapRequestBody: (_underlying: JvmRequestBody) => RequestBody;