You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shenyu.apache.org by GitBox <gi...@apache.org> on 2022/01/06 12:38:36 UTC

[GitHub] [incubator-shenyu] QinHaiqi commented on pull request #2712: [ISSUE #2679] Add an controller related to file upload and download in shenyu-examples-http, and add integration test

QinHaiqi commented on pull request #2712:
URL: https://github.com/apache/incubator-shenyu/pull/2712#issuecomment-1006553779


   I know what you mean.However, it has this function and supports adjusting the file size in the configuration file, so we should test it.
   
   
   
   
   ------------------&nbsp;原始邮件&nbsp;------------------
   发件人:                                                                                                                        "apache/incubator-shenyu"                                                                                    ***@***.***&gt;;
   发送时间:&nbsp;2022年1月6日(星期四) 晚上8:28
   ***@***.***&gt;;
   ***@***.******@***.***&gt;;
   主题:&nbsp;Re: [apache/incubator-shenyu] [ISSUE #2679] Add an controller related to file upload and download in shenyu-examples-http, and add integration test (PR #2712)
   
   
   
   
   
    
   @tydhot commented on this pull request.
    
    
   In shenyu-integrated-test/shenyu-integrated-test-common/src/main/java/org/apache/shenyu/integratedtest/common/helper/FileUploadUtil.java:
    &gt; + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package org.apache.shenyu.integratedtest.common.helper; + +import okhttp3.MultipartBody; +import okhttp3.OkHttpClient; +import okhttp3.Request; +import okhttp3.RequestBody; +import okhttp3.Response; +import okhttp3.MediaType; +import java.io.File; +import java.io.IOException; + +public class FileUploadUtil {  
   I don't think it's reasonable to forward file transfer requests through the API gateway
    
   —
   Reply to this email directly, view it on GitHub, or unsubscribe.
   Triage notifications on the go with GitHub Mobile for iOS or Android. 
   You are receiving this because you authored the thread.Message ID: ***@***.***&gt;


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@shenyu.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org