@@ 10,6 10,8 @@ A gemini server written in Racket.
* automatic self-signed certificate
* file extension based content types
* Server Name Indication (SNI)
+* response handlers in Racket
+* wrapper aka middleware in Racket
## Requirements
@@ 17,7 19,7 @@ A gemini server written in Racket.
* OpenSSL command (to generate server certificate)
* Unix-like OS; (tested on Linux and OpenBSD)
-Note: openssl is only required when you won't supply your own server certificate and key which can be passed in through the command-line.
+Note: OpenSSL is only required when you won't supply your own server certificate and key which can be passed in through the command-line.
## Installation