FHttpModule undefined

I have added these two lines to Project.Build.cs

 PrivateDependencyModuleNames.AddRange(new string[] { "HTTP" }); 
    
 PrivateIncludePathModuleNames.AddRange(new string[] { "HTTP" });

And I’ve included Http.h but I’m still getting FHttpModule undefined?

Looks like I had wrong http.h included. So I entered whole path like:

#include "Runtime/Online/HTTP/Public/Http.h"