Navigation
API > API/Plugins > API/Plugins/HttpBlueprint
References
| Module | HttpBlueprint |
| Header | /Engine/Plugins/Web/HttpBlueprint/Source/HttpBlueprint/Public/HttpBlueprintTypes.h |
| Include | #include "HttpBlueprintTypes.h" |
Syntax
enum EHttpVerbs
&123;
Post = 0,
Put = 1,
Delete = 2,
Patch = 3,
Get = 4,
MAX = 255,
&125;
Values
| Name | Description |
|---|---|
| Post | |
| Put | |
| Delete | |
| Patch | |
| Get | : Anything past Patch will not display the input body pin |
| MAX |