LiquidBounce
Toggle table of contents
0.40.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
LiquidBounce
LiquidBounce
/
net.ccbluex.liquidbounce.api.interceptors
/
DefaultHeaderInterceptor
Default
Header
Interceptor
class
DefaultHeaderInterceptor
@
JvmOverloads
constructor
(
val
key
:
String
,
val
value
:
String
,
val
skipIfExists
:
Boolean
=
true
)
:
Interceptor
Members
Constructors
Default
Header
Interceptor
Link copied to clipboard
@
JvmOverloads
constructor
(
key
:
String
,
value
:
String
,
skipIfExists
:
Boolean
=
true
)
Properties
key
Link copied to clipboard
val
key
:
String
skip
If
Exists
Link copied to clipboard
val
skipIfExists
:
Boolean
value
Link copied to clipboard
val
value
:
String
Functions
intercept
Link copied to clipboard
open
override
fun
intercept
(
chain
:
Interceptor.Chain
)
:
Response