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

Django 1.0 Template Development

Django 1.0 Template Development

Scott Newman / Packt / 2008 / 24.99

Django is a high-level Python web application framework designed to support the rapid development of dynamic websites, web applications, and web services. Getting the most out of its template system a......一起来看看 《Django 1.0 Template Development》 这本书的介绍吧!

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

HTML 编码/解码

MD5 加密
MD5 加密

MD5 加密工具

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具