码农印象 码农印象
4年前
【Insomnia】Insomnia 网络请求测试工具
测试协议的时候一般会有两个比较麻烦的地方。一是多个协议使用同一个变量,二是协议之间总有关联性(b需要a返回的结果作为参数)。这篇文章会结合Insomnia这款精巧的桌面应用来解决这两个问题。在这里插入图片描述(https://imghelloworld.osscnbeijing.aliyuncs.com/24e36781bf50ce
Wesley13 Wesley13
3年前
java获取前端请求字段的方法
java获取前端请求字段的方法packagetest.request;importjava.io.IOException;importjava.io.InputStream;importjava.lang.reflect.InvocationTargetException;importjava.util.Enume
Stella981 Stella981
3年前
Sentinel
!9.28头图.png(https://ucc.alicdn.com/pic/developerecology/af7ab6c27c3c4c3aa5dc2cce3c9e8ab9.png)\\导读:\\2020年,Sentinel推出Go原生版本SentinelGolang(https://www.oschina.net/ac
Stella981 Stella981
3年前
Postman通过脚本设置请求的cookie
关于postman前置脚本的详细介绍: https://learning.getpostman.com/docs/postman/scripts/pre\_request\_scripts/(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Flearning.getpostman.com%
Wesley13 Wesley13
3年前
PHP CURL方法,GET&POST请求。
//get获取function ihttp_get($url) {return ihttp_request($url);}//post获取function ihttp_post($url, $data) {$headers  array('ContentType'  '
Easter79 Easter79
3年前
Tomcat 传递请求到应用程序
先上一个图:!(https://oscimg.oschina.net/oscnet/627a9b287dba1d578c83fed513cb38f6cfa.png)从图上我们可以了解到跟一个请求相关的组件大概有connector、coyote、engine、host、context、servlet那么会有几个问题:  1、connec
Stella981 Stella981
3年前
KubeVela:标准化的云原生平台构建引擎
!头图.png(https://ucc.alicdn.com/pic/developerecology/61b224aee61e40878106e57cd15317e8.png)作者|孙健波(天元)来源|阿里巴巴云原生公众号(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2
Stella981 Stella981
3年前
Serverless 场景下 Pod 创建效率优化
!头图.png(https://ucc.alicdn.com/pic/developerecology/59ef8579ed094be3a9b2d29f5984d422.png)作者|张翼飞 阿里云技术专家来源|阿里巴巴云原生公众号(https://www.oschina.net/action/GoToLink?urlhttps%3A
liam liam
1年前
使用 Postman 发送 POST 请求的策略
是一个实用的开发工具,它让发送各类POST请求成为了可能,包括文本、JSON、XML以及文件等。开发者利用此工具不仅能够检验API的功能性,还能仿真客户端的请求行为,进而深入了解客户端如何与API进行互动。协议中的POST请求通常用于提交数据,如用户提交在