Package com.nimbusds.oauth2.sdk.http
Interface HTTPRequestModifier
public interface HTTPRequestModifier
HTTPRequest modifier.-
Method Summary
Modifier and TypeMethodDescriptionmodify(HTTPRequest httpRequest) Modifies the specifiedHTTPRequest.
-
Method Details
-
modify
Modifies the specifiedHTTPRequest.- Parameters:
httpRequest- The original HTTP request.- Returns:
- The HTTP request to use (potentially modified).
-