Skip to content

Commit ba67b29

Browse files
Update README.md
1 parent e63a875 commit ba67b29

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
An ANSI C library to parse and create [PROXY protocol](https://www.haproxy.org/download/2.6/doc/proxy-protocol.txt) v1 and v2 headers with support for **all TLVs**
33
* Full coverage of the latest 2.6 specification in parsing and creating all the v2 TLVs, including the custom ones from AWS and Azure.
44
* Easy access of the values of the extracted v2 TLVs though the API. In case the v2 TLV values are US-ASCII string names, they are given as proper NULL terminated strings for easy usage.
5+
* Easy way through the API to request a specific alignment when creating v2 PROXY protocol headers.
56
* Socket free logic. Does not hook, manipulate, assume any networking. It merely works on buffers.
67
* Compilable with most compilers and usable at any platform as it is written in ANSI C.
78

0 commit comments

Comments
 (0)