public class ExperimentRequest
TODO Handle Headers with multiple values TODO Handle Cookies
public static com.github.squirrelgrip.scientist4k.http.core.model.ExperimentRequest.Companion Companion
public ExperimentRequest(@NotNull
java.lang.String method,
@NotNull
java.lang.String url,
@NotNull
java.lang.String protocol,
@NotNull
java.util.Map<java.lang.String,java.lang.String> headers,
@NotNull
javax.servlet.http.Cookie[] cookies,
@Nullable
java.lang.String contentType,
@NotNull
kotlin.Array[] body,
@NotNull
javax.servlet.http.HttpSession session)
TODO Handle Headers with multiple values TODO Handle Cookies
public boolean equals(@Nullable
java.lang.Object other)
public int hashCode()
@NotNull public java.lang.String getMethod()
@NotNull public java.lang.String getUrl()
@NotNull public java.lang.String getProtocol()
@NotNull public java.util.Map<java.lang.String,java.lang.String> getHeaders()
@NotNull public javax.servlet.http.Cookie[] getCookies()
@Nullable public java.lang.String getContentType()
@NotNull public kotlin.Array[] getBody()
@NotNull public javax.servlet.http.HttpSession getSession()
@NotNull public java.lang.String component1()
@NotNull public java.lang.String component2()
@NotNull public java.lang.String component3()
@NotNull public java.util.Map<java.lang.String,java.lang.String> component4()
@NotNull public javax.servlet.http.Cookie[] component5()
@Nullable public java.lang.String component6()
@NotNull public kotlin.Array[] component7()
@NotNull public javax.servlet.http.HttpSession component8()
@NotNull public ExperimentRequest copy(@NotNull java.lang.String method, @NotNull java.lang.String url, @NotNull java.lang.String protocol, @NotNull java.util.Map<java.lang.String,java.lang.String> headers, @NotNull javax.servlet.http.Cookie[] cookies, @Nullable java.lang.String contentType, @NotNull kotlin.Array[] body, @NotNull javax.servlet.http.HttpSession session)
TODO Handle Headers with multiple values TODO Handle Cookies
@NotNull public java.lang.String toString()
TODO Handle Headers with multiple values TODO Handle Cookies