toggle menu
Fuzio
2026.0.0
jvm
switch theme
search in API
Fuzio
/
tech.fuzio.net.callback
/
ReceiveHeadersCallback
/
Response
Response
public
interface
Response
A response for
ReceiveHeadersCallback
.
Members
Functions
override
Link copied to clipboard
public
static
ReceiveHeadersCallback.Response
override
(
List
<
HttpHeader
>
httpHeaders
)
Notifies the engine that the URL request should be updated with the given HTTP headers.
proceed
Link copied to clipboard
public
static
ReceiveHeadersCallback.Response
proceed
(
)
Notifies the engine that it should continue without modifying HTTP headers.