File: TODO.rst

package info (click to toggle)
python-haproxyadmin 0.2.4-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 436 kB
  • sloc: python: 1,500; makefile: 165; sh: 1
file content (18 lines) | stat: -rw-r--r-- 483 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
TODO
====

#. Add support for enabling/disabling health/agent checks

#. TLS ticket operations

#. Add support for TLS ticket operations

#. Add support for OCSP stapling

#. Add support for DNS resolvers

#. Add support for dumping sessions

#. make internal._HAProxyProcess.send_command() to return file type object as it will avoid to run through the list 2 times.

#. Investigate the use of __slots__ in utils.CSVLine as it could speed up the library when we create 100K objects