Skip to content

This repo providers http server which can be used on Unreal engine.

Notifications You must be signed in to change notification settings

OnlyDragon0403/UE-HttpServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unreal Engine HttpServer example

Example how to configure and run embedded HttpServer with C++. This HttpServer can only be run in the main thread.

Don't forget to add "HTTP" and "HTTPServer" modules to Build.cs file in sources folder.

Check HttpServer with curl console program:

curl -v -X GET localhost:8080/get
curl -v -X POST -H "id: 0" --data-ascii "Hello world!" localhost:8080/post
curl -v -X PUT -H "id: 0" --data-ascii "Hello world!" localhost:8080/put

About

This repo providers http server which can be used on Unreal engine.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published