18 lines
293 B
Racket
18 lines
293 B
Racket
#lang racket/signature
|
|
|
|
;; -- cgi methods --
|
|
get-bindings
|
|
get-bindings/post
|
|
get-bindings/get
|
|
output-http-headers
|
|
generate-html-output
|
|
generate-error-output
|
|
bindings-as-html
|
|
extract-bindings
|
|
extract-binding/single
|
|
get-cgi-method
|
|
|
|
;; -- general HTML utilities --
|
|
string->html
|
|
generate-link-text
|