URL请求处理工具 JustForFun

码农软件 · 软件分类 · 网络工具包 · 2019-02-26 13:13:18

软件介绍

JustForFun是一个用于处理简单的URL请求的工具(如签到或OSC的动弹等).底层使用httpclient完成http请求,通过直观的xml进行配置,然后运行相应的xml文件即可。

xml配置

Settings节点用于配置httpclient的默认参数

  • Proxy 设置httpclient的全局代理,如果不使用代理请将值设置为none

  • ConnectionTimeout 建立连接超时时间(毫秒)

  • SocketTimeout 等待数据超时时间(毫秒)

Actions节点是要执行的Url请求集,JustForFun将每个http请求抽象为一个Action,它的组成如下:

  • Name action的名称

  • Method http请求的方法,暂时只支持get和post

  • Url 请求的地址

  • Headers 请求头

  • Body POST请求的内容

具体使用请参照项目config目录下的demo.xml示例。另请参照just-for-fun.xsd进行验证。

本文地址:https://codercto.com/soft/d/173.html

On LISP

On LISP

Paul Graham / Prentice Hall / 09 September, 1993 / $52.00

On Lisp is a comprehensive study of advanced Lisp techniques, with bottom-up programming as the unifying theme. It gives the first complete description of macros and macro applications. The book also ......一起来看看 《On LISP》 这本书的介绍吧!

HTML 压缩/解压工具
HTML 压缩/解压工具

在线压缩/解压 HTML 代码

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具