Skip to content
This repository was archived by the owner on Mar 15, 2021. It is now read-only.

elmuerte/UE2-LibHTTP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UnrealEngine2 LibHTTP

LibHTTP is a general perpose library for UnrealEngine2. It allows you to fetch files stored on webservers.

Features:

  • Support for HTTP version 1.0 and 1.1
  • Support for GET/POST/HEAD/TRACE request methods
  • Normal and accelerated transfer modes (accelerated mode creates a performance hit)
  • Response and Request Header managent
  • Cookie management
  • Authentication supports (both Basic and Digest methods are supported)
  • Support for HTTP proxies
  • Gracefull handling of connection timeouts
  • Automatic decoding of chunked data
  • Automatically follows redirections (creates a redirection history)
  • Support for multipart/form-data POST data (prefered form)

About

HTTP Client for UnrealEngine2 written in UnrealScript.

Topics

Resources

License

Stars

Watchers

Forks