This repository has been archived by the owner on Mar 29, 2022. It is now read-only.
Releases: Wandu/Http
Releases · Wandu/Http
v1.6.3
Bug Fix
Session ID regenerate bug fix. (critical)
v1.6.2
Minor Update
add getMany
method to Parameter
.
v1.6.1
Minor Update
add attributes
parameter to HttpException
's constructor. and, add getAttribute
, getAttributes
methods also.
Bug Fix
v1.6.0
New Features
add exception class, Wandu\Exception\ResponsibleException
.
add parameter extend class, ParsedBody
, QueryParams
.
add middlewares, each Responsify
and Sessionify
.
v1.5.3
Minor Update
add method toResponse
to Wadnu\Http\Exception\HttpException
.
v1.5.2
Minor Update
Wadnu\Http\Exception\HttpException
's constructor parameters are added: body
, headers
, and protocolVersion
.
v1.5.1
Bug Fix
toCookieJar
@Wandu\Http\Session\SessionFactory
call wrong method toArray
@Wandu\Http\Session\Session
. now it call valid method getRawParams
@Wandu\Http\Session\Session
.
v1.5.0
New Features
Classes
add Wandu\Http\Psr\Factory\RequestFactory
add Wandu\Http\Support\HttpServer
: for socket server
add Wandu\Http\Psr\Stream\GeneratorStream
: for memory leak. #11
Methods
add createFromFiles
@Wandu\Http\Psr\Factory\UploadedFileFactory
(same fromFiles
)
add createFromSocketBody
@Wandu\Http\Psr\Factory\ServerRequestFactory
add generator
@Wandu\Http\Psr\Factory\ResponseFactory
: for memory leak. #11
Deprecated
fromFiles
@Wandu\Http\Psr\Factory\UploadedFileFactory
(rename to createFromFiles
)
Bug Fix
toArray
@Wandu\Http\Session\Session
, wrong params(cf. _flash
) printing bug fix.
v1.4.2
Update
add Wandu\Http\Psr\Stream\PhpInputStream
change Stream
object to PhpInputStream
at Wandu\Http\Psr\Factory\ServerRequestFactory
::fromGlobals
fix, bug issue #9, support PUT
, DELETE
, ... methods' parsedBody
.
You can’t perform that action at this time.