Releases: MindTouch/mindtouch-http.php
Releases · MindTouch/mindtouch-http.php
mindtouch-http.php release 3.1.3
mindtouch-http.php release 3.1.2
- Upgrade dependencies to include upstream enhancements and fixes
- Replace StringUtil calls from HyperPlug with TypeEx/StringEx
mindtouch-http.php release 3.1.1
- Ensure dependencies do not block a PHP version upgrade
mindtouch-http.php release 3.1.0
- Do not block upstream clients from upgrading to ^1.0.0 compatible version of XArray
mindtouch-http.php release 3.0.0
- Remove generic HTTP client and response handling that was forked and moved to modethirteen/HyperPlug
mindtouch-http.php release 2.3.3
Page guids (segments beginning with :
) are correctly supported with ApiPlug::at
method
mindtouch-http.php release 2.3.2
ContentType::isJson
correctly returnstrue
if content-type is a custom JSON media type (ex:application/jwk+json
)JsonParser
will correctly parse results with custom JSON media content-type
mindtouch-http.php release 2.3.1
- Ensure that
IHttpResultParser
can handle oversized response content before PHP runtime runs out of memory performing a deepHttpResult
clone
mindtouch-http.php release 2.3.0
- Mocking HTTP headers no longer replaces mock HTTP headers set when mocking content data
- add
application/x-www-form-urlencoded
form data type
mindtouch-http.php release 2.2.1
HttpPlug
,ApiPlug
fails early if attempting to construct a plug with a hostlessXUri
QueryParams
static constructors return concrete type- Fix various types in doc blocks