File: config.py

package info (click to toggle)
hypercorn 0.17.3-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 908 kB
  • sloc: python: 7,839; makefile: 24; sh: 6
file content (7 lines) | stat: -rw-r--r-- 140 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
from __future__ import annotations

import ssl  # noqa: F401

access_log_format = "bob"
bind = "127.0.0.1:5555"
h11_max_incomplete_size = 4