File size: 344 Bytes
7e9dc27
 
 
 
 
1
2
3
4
5
6
# Interfaces

lua-http has separate modules for HTTP 1 vs HTTP 2 protocols, yet the different versions share many common concepts. lua-http provides a common interface for operations that make sense for both protocol versions (as well as any future developments).

The following sections outline the interfaces exposed by the lua-http library.