简体   繁体   中英

How to Make Multiple HTTP requests at the same time using IntelliJ

I want to test the concurrency of an REST endpoint.

How can I send two simultaneous HTTP requests to the same endpoint using Intellij?

I found this question answered for Postman, but I am wondering if there is a way to do it using Intellij

This can be implemented using Scratch files (the type of HTTP Request ).

You can allow queries to run in parallel using the run/debug configuration :

在此处输入图像描述

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM