You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,7 @@ An ANSI C library to **parse** and **create** [PROXY protocol](https://www.hapro
3
3
* Full coverage of the latest 2.6 specification in parsing and creating all the v2 TLVs, including the custom ones from AWS and Azure.
4
4
* 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
5
* Easy way through the API to request a specific alignment when creating v2 PROXY protocol headers.
6
+
* Easy way through an API function to create health check v2 PROXY protocol headers.
6
7
* Socket free logic. Does not hook, manipulate, assume any networking. It merely works on buffers.
7
8
* Compilable with most compilers and usable at any platform as it is written in ANSI C.
0 commit comments