You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: aws-serverless-java-container-core/src/main/java/com/amazonaws/serverless/proxy/internal/model/AwsProxyRequest.java
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -155,4 +155,20 @@ public boolean isBase64Encoded() {
Copy file name to clipboardExpand all lines: aws-serverless-java-container-core/src/main/java/com/amazonaws/serverless/proxy/internal/testutils/AwsProxyRequestBuilder.java
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -68,6 +68,9 @@ public AwsProxyRequestBuilder method(String httpMethod) {
68
68
returnthis;
69
69
}
70
70
71
+
// public AwsProxyRequestBuilder schemeAndHost(String scheme) {
Copy file name to clipboardExpand all lines: aws-serverless-java-container-spring/src/test/java/com/amazonaws/serverless/proxy/spring/SpringAwsProxyTest.java
+22Lines changed: 22 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -187,6 +187,28 @@ public void servletRequestEncoding_acceptEncoding_okStatusCode() {
Copy file name to clipboardExpand all lines: aws-serverless-java-container-spring/src/test/java/com/amazonaws/serverless/proxy/spring/echoapp/EchoResource.java
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -83,4 +83,20 @@ public ResponseEntity<byte[]> echoBinaryData() {
0 commit comments