diff --git a/CMakeLists.txt b/CMakeLists.txt index cb37caa..2dd8000 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.10) -project(fun VERSION 0.39.9 LANGUAGES C) +project(fun VERSION 0.39.10 LANGUAGES C) set(CMAKE_C_STANDARD 99) set(CMAKE_C_STANDARD_REQUIRED ON) diff --git a/examples/data/htdocs/form_post.fun b/examples/data/htdocs/form_post.fun index ce15357..b83e798 100644 --- a/examples/data/htdocs/form_post.fun +++ b/examples/data/htdocs/form_post.fun @@ -16,21 +16,39 @@ cgi = CGI() cgi.content_type("text/html; charset=utf-8") pmap = cgi.params() -html = "

POST fields