ApiDebug is a plug for testing RESTful web services, like postman.「接口调试英语版:http调试,post调试,post模拟」 ApiDebug是一个完全开源免费的接口调试插件,该插件可独立使用,数据支持本地存储也可同步至云端。支持post、get、xml、josn等测试。 相比于Postman等插件,apiDebug有完善的接口管理系统(api.crap.cn 可内网部署),系统支持接口、文档等管理等。产品开发来着BAT,拥有丰富的接口开发、调试经验,产品不断更新迭代,更适合国内用户使用。 ApiDebug & CrapApi-Plug(crapApi)区别: ApiDebug为独立插件,与CrapApi接口管理系统接口数据没有互通,能不依赖服务器运行,服务器仅作数据备份 CrapApi-Plug为CrapApi接口管理软件的增强插件,不能单独使用,必须为联网状态才能使用,接口数据与管理系统接口一致 ApiDebug is a browser plug-in for testing RESTful web services.A tool like postman and resteasy. It might be used for testing other HTTP communications too. Support interface debugging (POST, GET), support JSON, XML and other parameters. If you want to save data to you own database, use the API administration tool -CrapApi(a tool to admin interface and save ApiDebug data. CrapApi is open sourced, you also can use the online service, is free to all. The website url is http://api.crap.cn) Suggest「意见&吐槽」 Email:ehsantang@163.com QQ群:515305698 keyword 「关键词」 Restfull,API debug,接口调试,开源接口调试,postman,postmen,resulteasy,http request,http test,https request,https test、接口测试、接口调试、http接口测试、http接口调试、https接口测试、https接口调试、接口开发工具、http模拟工具 Source Code「源码地址」 码云地址:http://git.oschina.net/CrapApi/ApiDebug GitHub:https://github.com/EhsanTang/ApiDebug
2025-08-13 15:12:21 439KB 接口调试插件 http调试 postman post模拟
1
压缩包里有三个文件,CURL详解,CULR设置参数和CURL类实例,希望对学习CURL的同学有帮助。
2023-11-30 09:03:09 28KB curl 网页抓取 模拟POST 模拟GET
1
本文实例讲述了Go语言服务器开发实现最简单HTTP的GET与POST接口。分享给大家供大家参考。具体分析如下: Go语言提供了http包,可以很轻松的开发http接口。以下为示例代码: 代码如下:package webserver    import (      “encoding/json”      “fmt”      “net/http”      “time”  )    func WebServerBase() {      fmt.Println(“This is webserver base!”)        //第一个参数为客户端发起http请求
2022-11-25 18:23:19 45KB go语言 post post模拟请求
1
部分功能如下 1.首先使用post提交分页和获取详情页 2.如果出现滑动验证页面,结合selenium(chromedriver.exe)处理 3.使用maven,lombok,logback,hutool加速开发
2022-05-12 15:02:15 5.93MB java selenium 开发语言 测试工具
1
已做了案例,可以方便快速的将参数直接模拟Post提交给指定地址,有需要的同学可以看看如何实现的,简单快捷有效
2022-01-10 15:16:00 4KB C# .NET post 模拟post
1
curl cmd 命令行模拟表单提交 解决windows 通过cmd 调用curl上传文件中文乱码的问题 资源包括 curl.exe 以及调用curl上传测试文件和表单内容的批处理文件
2021-12-16 09:05:38 1.57MB curl
1
c# 模拟登录 post 文档只是一个大概意思 想要做 还是需要自己努力
2021-10-21 01:24:10 241KB C# post demo
1
登录写完了,但是提交表单不成功,求帮忙。
2021-05-28 19:17:56 52KB post模拟登录,提交表单
1
C# post模拟提交多个图片接收图片并存到存到服务器上。
2019-12-21 21:18:23 2.99MB C# post 模拟
1