Skip to content

Commit d6b974b

Browse files
committed
Update the module docstring
1 parent 8917d06 commit d6b974b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

server.py

+6-1
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,14 @@
33
44
Uses the python http.server module to create an HKP keyserver (pykeyserver)
55
6+
Classes:
7+
HKPRequestHandler -> Class to handle HKP requests
8+
69
Functions:
710
8-
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"""
914

1015
import ipaddress
1116
import argparse

0 commit comments

Comments
 (0)