public static class RuntimeHttpUtilsTest.ConvertRequestToUrlTest extends Object
RuntimeHttpUtils.convertRequestToUrl(Request, boolean, boolean).| Constructor and Description | 
|---|
| ConvertRequestToUrlTest() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | doubleSlashWithinPath_UrlEncoded() | 
| void | endpointWithoutProtocol_ThrowsSdkClientException() | 
| void | pathWithLeadingSlash_DoubleSlashStillUrlEncodedWhenUrlEncodeSetToFalse() | 
| void | pathWithLeadingSlash_EncodedWhenRemoveLeadingSlashSetToFalse() | 
| void | pathWithLeadingSlash_RemovedWhenRemoveLeadingSlashSetToTrue() | 
| void | pathWithWhitespace_NotUrlEncodedWhenFlagSetToFalse() | 
| void | pathWithWhitespace_UrlEncodedWhenFlagSetToTrue() | 
| void | plainTextPathAndQuery_PathWithoutLeadingSlash() | 
| void | queryParamKeyWithWhitespace_UrlEnocded() | 
| void | queryParamValuesWithWhitespace_UrlEncoded() | 
| void | queryParamWithMultipleValue_OrderingIsPreserved() | 
public void plainTextPathAndQuery_PathWithoutLeadingSlash()
public void pathWithLeadingSlash_RemovedWhenRemoveLeadingSlashSetToTrue()
public void pathWithLeadingSlash_EncodedWhenRemoveLeadingSlashSetToFalse()
public void pathWithWhitespace_UrlEncodedWhenFlagSetToTrue()
public void pathWithWhitespace_NotUrlEncodedWhenFlagSetToFalse()
public void pathWithLeadingSlash_DoubleSlashStillUrlEncodedWhenUrlEncodeSetToFalse()
public void doubleSlashWithinPath_UrlEncoded()
public void queryParamValuesWithWhitespace_UrlEncoded()
public void queryParamKeyWithWhitespace_UrlEnocded()
public void queryParamWithMultipleValue_OrderingIsPreserved()
public void endpointWithoutProtocol_ThrowsSdkClientException()
Copyright © 2019. All rights reserved.