| __pad0__ | FAppleHttpRequest | |
| ActivityTimeoutAt | FHttpRequestCommon | protected |
| ActivityTimeoutHttpTaskTimerHandle | FHttpRequestCommon | protected |
| ActivityTimeoutSecs | FHttpRequestCommon | protected |
| AppendToHeader(const FString &HeaderName, const FString &AdditionalHeaderValue) override | FAppleHttpRequest | virtual |
| AsShared() | TSharedFromThis< IHttpRequest, ESPMode::ThreadSafe > | inline |
| AsShared() const | TSharedFromThis< IHttpRequest, ESPMode::ThreadSafe > | inline |
| AsSharedSubobject(SubobjectType *SubobjectPtr) const | TSharedFromThis< IHttpRequest, ESPMode::ThreadSafe > | inline |
| AsWeak() | TSharedFromThis< IHttpRequest, ESPMode::ThreadSafe > | inline |
| AsWeak() const | TSharedFromThis< IHttpRequest, ESPMode::ThreadSafe > | inline |
| AsWeakSubobject(SubobjectType *SubobjectPtr) const | TSharedFromThis< IHttpRequest, ESPMode::ThreadSafe > | inline |
| bActivityTimedOut | FHttpRequestCommon | protected |
| bCanceled | FHttpRequestCommon | protected |
| bInitializedWithValidStream | FHttpRequestCommon | protected |
| BroadcastResponseHeadersReceived() | FHttpRequestImpl | protected |
| bTimedOut | FHttpRequestCommon | protected |
| bUsePlatformActivityTimeout | FHttpRequestCommon | protected |
| CancelRequest() override | FHttpRequestCommon | virtual |
| ClearInCaseOfRetry() | FHttpRequestCommon | protectedvirtual |
| ClearTimeout() override | FHttpRequestCommon | virtual |
| CloseRequestPayloadDefaultImpl() | FHttpRequestCommon | protected |
| CompletionStatus | FHttpRequestCommon | protected |
| ConnectTime | FAppleHttpRequest | |
| DelegateThreadPolicy | FHttpRequestCommon | protected |
| DoesSharedInstanceExist() const | TSharedFromThis< IHttpRequest, ESPMode::ThreadSafe > | inline |
| EffectiveURL | FHttpRequestCommon | protected |
| ElapsedTime | FHttpRequestCommon | protected |
| FailureReason | FHttpRequestCommon | protected |
| FAppleHttpRequest(NSURLSession *InSession, NSURLSession *InBackgroundSession) | FAppleHttpRequest | |
| FAppleHttpResponse | FAppleHttpRequest | friend |
| FHttpRequestCommon() | FHttpRequestCommon | |
| FinishRequest() override | FAppleHttpRequest | virtual |
| FinishRequestNotInHttpManager() | FHttpRequestCommon | protected |
| GetActivityTimeoutOrDefault() const | FHttpRequestCommon | protected |
| GetAllHeaders() const override | FAppleHttpRequest | virtual |
| GetContent() const override | FAppleHttpRequest | virtual |
| GetContentLength() const override | FAppleHttpRequest | virtual |
| GetContentType() const override | FAppleHttpRequest | virtual |
| GetDelegateThreadPolicy() const override | FHttpRequestCommon | virtual |
| GetEffectiveURL() const override | FHttpRequestCommon | virtual |
| GetElapsedTime() const override | FHttpRequestCommon | virtual |
| GetFailureReason() const override | FHttpRequestCommon | virtual |
| GetHeader(const FString &HeaderName) const override | FAppleHttpRequest | virtual |
| GetOption(const FName Option) const override | FHttpRequestCommon | virtual |
| GetPriority() const override | FHttpRequestCommon | virtual |
| GetResponse() const override | FHttpRequestCommon | virtual |
| GetStatus() const override | FHttpRequestCommon | virtual |
| GetTimeout() const override | FHttpRequestCommon | virtual |
| GetTimeoutOrDefault() const | FHttpRequestCommon | |
| GetTimeStartedWaitingInQueue() const | FHttpRequestCommon | |
| GetURL() const override | FHttpRequestCommon | virtual |
| GetURLParameter(const FString &ParameterName) const override | FHttpRequestCommon | virtual |
| GetVerb() const override | FAppleHttpRequest | virtual |
| HandleRequestFailed() | FHttpRequestCommon | protected |
| HandleRequestSucceed() | FHttpRequestCommon | protected |
| HandleResponseBodyDataReceived(uint8 *Ptr, uint64 Size) | FAppleHttpRequest | |
| HandleResponseHeadersReceived(TMap< FString, FString > &&ResponseHeaders) | FAppleHttpRequest | |
| HandleStatusCodeReceived(int32 StatusCode) | FAppleHttpRequest | |
| HeaderReceivedDelegate | FHttpRequestImpl | protected |
| HttpTaskTimerHandleCriticalSection | FHttpRequestCommon | protected |
| InitResponse() | FHttpRequestCommon | protected |
| IsInitializedWithValidStream() const | FAppleHttpRequest | |
| IsThreadedRequestComplete() override | FAppleHttpRequest | virtual |
| LogFailure() const | FHttpRequestCommon | protected |
| LogResponse(const TSharedPtr< IHttpResponse > &InResponse) | FHttpRequestCommon | protected |
| OnActivityTimeoutTimerTaskTrigger() | FHttpRequestCommon | protected |
| OnFinishRequest(bool bSucceeded) | FHttpRequestCommon | protected |
| OnHeaderReceived() override | FHttpRequestImpl | virtual |
| OnProcessRequestComplete() override | FHttpRequestImpl | virtual |
| OnRequestProgress64() override | FHttpRequestImpl | virtual |
| OnRequestWillRetry() override | FHttpRequestImpl | virtual |
| OnRequestWillRetryDelegate | FHttpRequestImpl | protected |
| OnStatusCodeReceived() override | FHttpRequestImpl | virtual |
| OnTotalTimeoutTimerTaskTrigger() | FHttpRequestCommon | protected |
| OpenRequestPayloadDefaultImpl() | FHttpRequestCommon | protected |
| operator=(TSharedFromThis const &) | TSharedFromThis< IHttpRequest, ESPMode::ThreadSafe > | inlineprotected |
| Options | FHttpRequestCommon | protected |
| PassReceivedDataToStream(void *Ptr, int64 Length) | FAppleHttpRequest | |
| PopulateUserAgentHeader() | FHttpRequestCommon | protected |
| PostProcess() | FHttpRequestCommon | protected |
| PreCheck() const | FHttpRequestCommon | protected |
| PreProcess() | FHttpRequestCommon | protected |
| Priority | FHttpRequestCommon | protected |
| ProcessRequest() override | FAppleHttpRequest | virtual |
| ProcessRequestUntilComplete() override | FHttpRequestCommon | virtual |
| RequestCompleteDelegate | FHttpRequestImpl | protected |
| RequestPayload | FHttpRequestCommon | protected |
| RequestProgressDelegate64 | FHttpRequestImpl | protected |
| RequestStartTimeAbsoluteSeconds | FHttpRequestCommon | protected |
| ResetActivityTimeoutTimer(FStringView Reason) | FAppleHttpRequest | |
| ResetTimeoutStatus() override | FHttpRequestCommon | virtual |
| ResponseBodyReceiveStream | FHttpRequestCommon | protected |
| ResponseBodyReceiveStreamCriticalSection | FHttpRequestCommon | protected |
| ResponseCommon | FHttpRequestCommon | protected |
| SetActivityTimeout(float InTimeoutSecs) override | FHttpRequestCommon | virtual |
| SetContent(const TArray< uint8 > &ContentPayload) override | FAppleHttpRequest | virtual |
| SetContent(TArray< uint8 > &&ContentPayload) override | FAppleHttpRequest | virtual |
| SetContentAsStreamedFile(const FString &Filename) override | FAppleHttpRequest | virtual |
| SetContentAsStreamedFileDefaultImpl(const FString &Filename) | FHttpRequestCommon | protected |
| SetContentAsString(const FString &ContentString) override | FAppleHttpRequest | virtual |
| SetContentFromStream(TSharedRef< FArchive > Stream) override | FAppleHttpRequest | virtual |
| FHttpRequestCommon::SetContentFromStream(TSharedRef< FArchive, ESPMode::ThreadSafe > Stream)=0 | IHttpRequest | pure virtual |
| SetDelegateThreadPolicy(EHttpRequestDelegateThreadPolicy InDelegateThreadPolicy) override | FHttpRequestCommon | virtual |
| SetEffectiveURL(const FString &InEffectiveURL) | FAppleHttpRequest | |
| SetFailureReason(EHttpFailureReason InFailureReason) | FHttpRequestCommon | protected |
| SetHeader(const FString &HeaderName, const FString &HeaderValue) override | FAppleHttpRequest | virtual |
| SetOption(const FName Option, const FString &OptionValue) override | FHttpRequestCommon | virtual |
| SetPriority(EHttpRequestPriority InPriority) override | FHttpRequestCommon | virtual |
| SetResponseBodyReceiveStream(TSharedRef< FArchive > Stream) override | FHttpRequestCommon | virtual |
| SetResponseBodyReceiveStreamDelegateV2(FHttpRequestStreamDelegateV2 StreamDelegate) | IHttpRequest | |
| SetStatus(EHttpRequestStatus::Type InCompletionStatus) | FHttpRequestCommon | protected |
| SetTimeout(float InTimeoutSecs) override | FHttpRequestCommon | virtual |
| SetURL(const FString &InURL) override | FHttpRequestCommon | virtual |
| SetVerb(const FString &Verb) override | FAppleHttpRequest | virtual |
| SharedThis(OtherType *ThisPtr) | TSharedFromThis< IHttpRequest, ESPMode::ThreadSafe > | inlineprotectedstatic |
| SharedThis(const OtherType *ThisPtr) | TSharedFromThis< IHttpRequest, ESPMode::ThreadSafe > | inlineprotectedstatic |
| Shutdown() override | FHttpRequestCommon | virtual |
| StartActivityTimeoutTimer() | FAppleHttpRequest | |
| StartActivityTimeoutTimerBy(double DelayToTrigger) | FHttpRequestCommon | protected |
| StartProcessTime | FHttpRequestCommon | protected |
| StartThreadedRequest() override | FAppleHttpRequest | virtual |
| StartTotalTimeoutTimer() | FHttpRequestCommon | protected |
| StartWaitingInQueue() | FHttpRequestCommon | |
| StatusCodeReceivedDelegate | FHttpRequestImpl | protected |
| StopActivityTimeoutTimer() | FAppleHttpRequest | |
| StopPassingReceivedData() | FHttpRequestCommon | protected |
| StopTotalTimeoutTimer() | FHttpRequestCommon | protected |
| Tick(float DeltaSeconds) override | FAppleHttpRequest | virtual |
| TickThreadedRequest(float DeltaSeconds) override | FAppleHttpRequest | virtual |
| TimeoutSecs | FHttpRequestCommon | protected |
| TimeStartedWaitingInQueue | FHttpRequestCommon | protected |
| TotalTimeoutHttpTaskTimerHandle | FHttpRequestCommon | protected |
| TriggerMockResponse() | FHttpRequestCommon | protected |
| TriggerStatusCodeReceivedDelegate(int32 StatusCode) | FHttpRequestCommon | protected |
| TSharedFromThis() | TSharedFromThis< IHttpRequest, ESPMode::ThreadSafe > | inlineprotected |
| TSharedFromThis(TSharedFromThis const &) | TSharedFromThis< IHttpRequest, ESPMode::ThreadSafe > | inlineprotected |
| UpdateWeakReferenceInternal(TSharedPtr< SharedPtrType, SharedPtrMode > const *InSharedPtr, OtherType *InObject) const | TSharedFromThis< IHttpRequest, ESPMode::ThreadSafe > | inline |
| UpdateWeakReferenceInternal(TSharedRef< SharedRefType, SharedPtrMode > const *InSharedRef, OtherType *InObject) const | TSharedFromThis< IHttpRequest, ESPMode::ThreadSafe > | inline |
| URL | FHttpRequestCommon | protected |
| ~FAppleHttpRequest() | FAppleHttpRequest | virtual |
| ~IHttpBase()=default | IHttpBase | virtual |
| ~IHttpRequest()=default | IHttpRequest | virtual |
| ~TSharedFromThis() | TSharedFromThis< IHttpRequest, ESPMode::ThreadSafe > | inlineprotected |