Метод |
Описание |
|
afterHeaderWrite ( RequestCycle $cycle ) |
|
|
assignApplicableRequestCookies ( $request, array $options ) |
|
|
assignParsedResponse ( RequestCycle $cycle, array $parsedResponseArr ) |
|
|
assignRedirectRefererHeader ( $refererUri, $newUri, $request ) |
Clients must not add a Referer header when leaving an unencrypted resource
and redirecting to an encrypted resource. |
|
buildUriFromString ( $str ) |
|
|
canDecompressResponseBody ( Amp\Artax\Response $response ) |
|
|
collectRequestCycleWatchers ( RequestCycle $cycle ) |
|
|
consumeSocketData ( RequestCycle $cycle, $data ) |
|
|
dequeueNextRequest ( ) |
|
|
enableCrypto ( RequestCycle $cycle ) |
|
|
fail ( RequestCycle $cycle, $error ) |
|
|
finalizeRequest ( RequestCycle $cycle ) |
|
|
generateAuthorityFromUri ( Uri $uri ) |
|
|
generateCryptoOptions ( RequestCycle $cycle ) |
|
|
generateRawRequestHeaders ( Amp\Artax\Request $request ) |
|
|
generateRequestFromUri ( $uriOrRequest ) |
|
|
getRedirectUri ( RequestCycle $cycle ) |
|
|
inflateGzipBody ( Amp\Artax\Response $response ) |
|
|
isSocketDead ( $socketResource ) |
|
|
normalizeRequestAcceptHeader ( Amp\Artax\Request $request ) |
|
|
normalizeRequestBodyHeaders ( Amp\Artax\Request $request, array $options ) |
|
|
normalizeRequestEncodingHeaderForZlib ( Amp\Artax\Request $request, array $options ) |
|
|
normalizeRequestHostHeader ( Amp\Artax\Request $request, Uri $uri ) |
|
|
normalizeRequestMethod ( Amp\Artax\Request $request ) |
|
|
normalizeRequestProtocol ( Amp\Artax\Request $request ) |
|
|
normalizeRequestUserAgent ( Amp\Artax\Request $request, array $options ) |
|
|
onCryptoCompletion ( RequestCycle $cycle ) |
|
|
onReadableSocket ( RequestCycle $cycle ) |
|
|
onSocketResolve ( RequestCycle $cycle, $error, $socket ) |
|
|
parseSocketData ( RequestCycle $cycle ) |
|
|
proceedFrom100ContinueState ( RequestCycle $cycle ) |
|
|
processAggregateBody ( RequestCycle $cycle, Amp\Artax\AggregateBody $body ) |
|
|
processAggregateBodyHeaders ( RequestCycle $cycle, Amp\Artax\AggregateBody $body ) |
|
|
processDeadSocket ( RequestCycle $cycle ) |
|
|
redirect ( RequestCycle $cycle, Uri $newUri ) |
|
|
removePortFromHost ( $host ) |
|
|
requestExpects100Continue ( Amp\Artax\Request $request ) |
|
|
retry ( RequestCycle $cycle ) |
|
|
shouldCloseSocketAfterResponse ( Amp\Artax\Request $request, Amp\Artax\Response $response ) |
|
|
storeResponseCookie ( $requestDomain, $rawCookieStr ) |
|
|
writeBody ( RequestCycle $cycle, $body ) |
|
|
writeRequest ( RequestCycle $cycle ) |
|
|