![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Inheritance diagram for UE::IoStore::HTTP::DetailOne::FRequest:Public Member Functions | |
| void | Begin (FAnsiStringView Host, FAnsiStringView Method, FAnsiStringView Path) |
| void | AddHeader (FAnsiStringView Key, FAnsiStringView Value) |
| FTransactId | End (bool bKeepAlive) |
| FOutcome | TrySendRequest (FTlsPeer &Peer) |
| FBase () | |
Public Member Functions inherited from UE::IoStore::HTTP::DetailOne::FBase | |
| FBase () | |
Additional Inherited Members | |
Protected Types inherited from UE::IoStore::HTTP::DetailOne::FBase | |
| using | FMutableSection = FBuffer::FMutableSection |
Protected Member Functions inherited from UE::IoStore::HTTP::DetailOne::FBase | |
| const char * | GetData () const |
| uint32 | GetSize () const |
| FMutableSection | GetMutableFree (uint32 MinSize, uint32 PageSize=256) |
| void | AdvanceUsed (uint32 Delta) |
| void UE::IoStore::HTTP::DetailOne::FRequest::AddHeader | ( | FAnsiStringView | Key, |
| FAnsiStringView | Value | ||
| ) |
| void UE::IoStore::HTTP::DetailOne::FRequest::Begin | ( | FAnsiStringView | Host, |
| FAnsiStringView | Method, | ||
| FAnsiStringView | Path | ||
| ) |
| FTransactId UE::IoStore::HTTP::DetailOne::FRequest::End | ( | bool | bKeepAlive | ) |
| UE::IoStore::HTTP::DetailOne::FBase::FBase | ( | ) |