httpclient\FormatterInterface

Interface yii\httpclient\FormatterInterface

Implemented by yii\httpclient\JsonFormatter, yii\httpclient\UrlEncodedFormatter, yii\httpclient\XmlFormatter
Available since version 2.0
Source Code https://github.com/yiisoft/yii2-httpclient/blob/master/FormatterInterface.php

FormatterInterface represents HTTP request message formatter.

Public Methods

Method Description Defined By
format() Formats given HTTP request message. yii\httpclient\FormatterInterface

Method Details

format() public abstract method

Formats given HTTP request message.

public abstract yii\httpclient\Request format ( yii\httpclient\Request $request )
$request yii\httpclient\Request

HTTP request instance.

return yii\httpclient\Request

Formatted request.

© 2008–2017 by Yii Software LLC
Licensed under the three clause BSD license.
http://www.yiiframework.com/doc-2.0/yii-httpclient-formatterinterface.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部