FHttpModule undefined

I have these lines at Project.Build.cs

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

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

I had wrong http.h included. I had to add
#include “Runtime/Online/HTTP/Public/Http.h”