cgi 0.4.0

Create CGI programmes
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
== 0.4 (2020-04-11)

 * Add `text_response` for plain text response (v. similar to `string_response`)
 * Add `cgi_main!` and `cgi_try_main!` macros to reduce boilerplate

== 0.3.1 (2019-10-05)

 * Correctly publish

== 0.3.0 (2019-10-05) ''yanked''

 * Basic support for HTTP/2

== 0.2.0 (2018-02-18

 * Improved tests