Skip to content

alis-is/lua-corehttp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lua CoreHTTP

Lua CoreHTTP is a lightweight binding to CoreHTTP, designed to extend the HTTP functionality in Lua projects. It leverages lua-simple-socket for underlying transport layer operations, ensuring a simplistic yet powerful interface for HTTP communications. With mbed TLS integration, Lua CoreHTTP also provides secure transmission capabilities.

Features

  • Lightweight binding to CoreHTTP.
  • HTTP client and server functionalities.
  • TLS/SSL support through mbed TLS integration.
  • Dependable transport layer operations through lua-simple-socket.

Dependencies