Package dev.relism.flash.http
Class HopByHopHeaders
java.lang.Object
dev.relism.flash.http.HopByHopHeaders
Shared proxy policy for fields that must not cross an HTTP connection boundary.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanshouldForward(HeaderView source, dev.relism.fpr.core.ByteView name, dev.relism.fpr.core.ByteView value, HopByHopHeaders.Protocol sourceProtocol, HopByHopHeaders.Protocol targetProtocol) Returns whether a field may be copied to a new downstream connection.
-
Method Details
-
shouldForward
public static boolean shouldForward(HeaderView source, dev.relism.fpr.core.ByteView name, dev.relism.fpr.core.ByteView value, HopByHopHeaders.Protocol sourceProtocol, HopByHopHeaders.Protocol targetProtocol) Returns whether a field may be copied to a new downstream connection.
-