# UE4 Easy Http Blueprint Functions Plugins #### Suport Type | Type | method | Type | | --------------------------------- | ------ | ------------ | | multipart/form-data | Post | File | | application/json | Post | Json | | application/x-www-form-urlencoded | Post | ParameterKey | | URL | Get | String | | URL+ParameterKey | Get | ParameterKey | ​ You can use this to get a GET request ![HttpGet](https://raw.githubusercontent.com/ecg82465/TESTPlugins/master/Image/HttpGet.jpg)