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://www.codercto.com/soft/d/173.html

Database Design and Implementation

Database Design and Implementation

Edward Sciore / Wiley / 2008-10-24 / 1261.00 元

* Covering the traditional database system concepts from a systems perspective, this book addresses the functionality that database systems provide as well as what algorithms and design decisions will......一起来看看 《Database Design and Implementation》 这本书的介绍吧!

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

RGB HEX 互转工具

在线进制转换器
在线进制转换器

各进制数互转换器

HTML 编码/解码
HTML 编码/解码

HTML 编码/解码