# reuse-http-test **Repository Path**: myyunrep/reuse-http-test ## Basic Information - **Project Name**: reuse-http-test - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-01-17 - **Last Updated**: 2025-02-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 测试复用客户端能够带来的收益 # README 几种可以用来测试 HTTP 请求的网站 ```bash // let url = "https://httpbin.org/"; // let url = "https://bing.com/"; // let url = "https://reqres.in/api/users?page=2"; // let url = "https://reqres.in/api/users"; // let url = "https://jsonplaceholder.typicode.com/posts"; let url = "https://postman-echo.com/post"; ``` [httpbin](https://www.httpbin.org/)有更多的功能:支持 http1 http2 参考:https://www.cnblogs.com/jinjiangongzuoshi/p/18340900