@gatling.io/jvm-types 3.14.0 → 3.14.100

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/gatling.d.ts +9 -0
  2. package/package.json +1 -1
package/gatling.d.ts CHANGED
@@ -3311,6 +3311,15 @@ declare namespace io.gatling.javaapi.http {
3311
3311
  declare namespace io.gatling.javaapi.http {
3312
3312
  class Proxy /* extends java.lang.Object*/ {
3313
3313
  asScala(): any /*io.gatling.http.protocol.Proxy*/;
3314
+ connectHeader(arg0: any /*java.lang.CharSequence*/, arg1: Func<io.gatling.javaapi.core.Session, string>): Proxy;
3315
+ connectHeader(arg0: any /*java.lang.CharSequence*/, arg1: string): Proxy;
3316
+ connectHeaders(arg0: java.util.Map<any /*java.lang.CharSequence*/, string>): Proxy;
3317
+ credentials(
3318
+ arg0: Func<io.gatling.javaapi.core.Session, string>,
3319
+ arg1: Func<io.gatling.javaapi.core.Session, string>
3320
+ ): Proxy;
3321
+ credentials(arg0: Func<io.gatling.javaapi.core.Session, string>, arg1: string): Proxy;
3322
+ credentials(arg0: string, arg1: Func<io.gatling.javaapi.core.Session, string>): Proxy;
3314
3323
  credentials(arg0: string, arg1: string): Proxy;
3315
3324
  equals(arg0: any /*java.lang.Object*/): boolean;
3316
3325
  http(): Proxy;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gatling.io/jvm-types",
3
- "version": "3.14.0",
3
+ "version": "3.14.100",
4
4
  "license": "Apache-2.0",
5
5
  "homepage": "https://gatling.io",
6
6
  "repository": "github:gatling/gatling-js",