DOC: buffers: document the new buffers API
authorWilly Tarreau <w@1wt.eu>
Fri, 13 Jul 2018 16:49:41 +0000 (18:49 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 19 Jul 2018 14:23:43 +0000 (16:23 +0200)
commit9d752e96d4b6d1a4d81fcd33d1e9133f9f9d6372
tree5d4a362d1597cce3c323dd330b09ff8270fcf577
parent83061a820e49f7fa8f149b3304f813f11f7695d2
DOC: buffers: document the new buffers API

Most of the new functions have been documented in buffer-api.txt, with
a diagram of what a buffer looks like and some hints to convert older
code.
doc/internals/buffer-api.txt [new file with mode: 0644]