Navigation
API > API/Plugins > API/Plugins/HttpBlueprint
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UBlueprintFunctionLibrary
- UHttpBlueprintFunctionLibrary
References
| Module | HttpBlueprint |
| Header | /Engine/Plugins/Web/HttpBlueprint/Source/HttpBlueprint/Public/HttpBlueprintFunctionLibrary.h |
| Include | #include "HttpBlueprintFunctionLibrary.h" |
Syntax
UCLASS&40;&41;
class UHttpBlueprintFunctionLibrary : public UBlueprintFunctionLibrary
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddHeader
(
FHttpHeader& HeaderObject, |
Adds a new Header | |
| TArray< FString > | GetAllHeaders
(
const FHttpHeader& HeaderObject |
Returns all of the headers and their values by value | |
| TMap< FString, FString > | GetAllHeaders_Map
(
const FHttpHeader& HeaderObject |
Returns all of the headers and their values as a map by value | |
| bool | GetHeaderValue
(
const FHttpHeader& HeaderObject, |
Get the value associated with a Header name | |
| void | MakeRequestHeader
(
const TMap< FString, FString >& Headers, |
||
| bool | RemoveHeader
(
FHttpHeader& HeaderObject, |
Removes a header from the HeaderObject |