类 Forest

java.lang.Object
com.dtflys.forest.Forest

public abstract class Forest extends Object
Forest 快捷接口

该类提供 Forest 常用的基本接口方法, 列如:

     // 获取 Forest GET请求
     Forest.get("http://localhost:8080")

     // 获取 Forest POST请求
     Forest.post("http://localhost:8080")

     // 创建或获取全局默认配置,即 ForestConfiguration 对象
     Forest.config();
 
从以下版本开始:
1.5.2
作者:
gongjun [dt_flys@hotmail.com]