Interface HttpServerResponseMutator<RESPONSE>
public interface HttpServerResponseMutator<RESPONSE>
Provides the ability to mutate an instrumentation library specific response.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
appendHeader
(RESPONSE response, String name, String value)
-
Method Details
-
appendHeader
-