[Question] FHttpModule?

Hi,

I’m having some issues sending an HTTP request.

Where would one include this from, I can’t seem to find “Http.h”.

I keep getting “Cannot open source file ‘Http.h’”

And adding to PublicDependencyModuleName.AddRange(new string[] {“HTTP”}); does nothing.

All I can seem to find is “GenericPlatformHttp.h and WindowsPlatformHttp.h”, Which do not have a Get function or anything.

Any help here would be awesome.

Thanks!

-Nate

Try adding this instead:

PrivateDependencyModuleName.AddRange(new string[] {“HTTP”});
PrivateIncludePathModuleNames.AddRange(new string[] {“HTTP”});