We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8917d06 commit d6b974bCopy full SHA for d6b974b
server.py
@@ -3,9 +3,14 @@
3
4
Uses the python http.server module to create an HKP keyserver (pykeyserver)
5
6
+Classes:
7
+ HKPRequestHandler -> Class to handle HKP requests
8
+
9
Functions:
10
- port(number or string or bytes or bytearray) -> 16 bit integer"""
11
+ port(number or string or bytes or bytearray) -> 16 bit integer
12
+ run_server(server_class, handler_class,
13
+ ip_address, tcp_port) -> creates an instance of an HTTP server that handles HKP requests"""
14
15
import ipaddress
16
import argparse
0 commit comments