aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi.dcr@tutanota.com>2024-08-22 02:04:29 +0200
committerXavier Del Campo Romero <xavi.dcr@tutanota.com>2024-08-22 02:27:35 +0200
commit93571556ee97e1a3e1829f8bc708d1d63f188840 (patch)
treefe1c67af0b4176db43ff7f6d8c7f0f8363a4025e /doc
parent43e89fb23943b5ffb6854f290592c29cd079bf46 (diff)
Bump version to 0.4.0v0.4.0
Diffstat (limited to 'doc')
-rw-r--r--doc/man3/handler_add.32
-rw-r--r--doc/man3/handler_alloc.32
-rw-r--r--doc/man3/handler_free.32
-rw-r--r--doc/man3/handler_listen.32
-rw-r--r--doc/man3/handler_loop.32
-rw-r--r--doc/man3/html_node_add_attr.32
-rw-r--r--doc/man3/html_node_add_child.32
-rw-r--r--doc/man3/html_node_add_sibling.32
-rw-r--r--doc/man3/html_node_alloc.32
-rw-r--r--doc/man3/html_node_free.32
-rw-r--r--doc/man3/html_node_set_value.32
-rw-r--r--doc/man3/html_node_set_value_unescaped.32
-rw-r--r--doc/man3/html_serialize.32
-rw-r--r--doc/man3/http_alloc.32
-rw-r--r--doc/man3/http_cookie_create.32
-rw-r--r--doc/man3/http_decode_url.32
-rw-r--r--doc/man3/http_encode_url.32
-rw-r--r--doc/man3/http_free.32
-rw-r--r--doc/man3/http_response_add_header.32
-rw-r--r--doc/man3/http_update.32
-rw-r--r--doc/man7/libweb_handler.72
-rw-r--r--doc/man7/libweb_html.72
-rw-r--r--doc/man7/libweb_http.72
23 files changed, 23 insertions, 23 deletions
diff --git a/doc/man3/handler_add.3 b/doc/man3/handler_add.3
index b25fee4..15ae5b1 100644
--- a/doc/man3/handler_add.3
+++ b/doc/man3/handler_add.3
@@ -1,4 +1,4 @@
-.TH HANDLER_ADD 3 2024-02-19 0.3.0 "libweb Library Reference"
+.TH HANDLER_ADD 3 2024-08-22 0.4.0 "libweb Library Reference"
.SH NAME
handler_add \- add an endpoint to a web server handler object
diff --git a/doc/man3/handler_alloc.3 b/doc/man3/handler_alloc.3
index b8ddb9f..4fa56cb 100644
--- a/doc/man3/handler_alloc.3
+++ b/doc/man3/handler_alloc.3
@@ -1,4 +1,4 @@
-.TH HANDLER_ALLOC 3 2024-02-19 0.3.0 "libweb Library Reference"
+.TH HANDLER_ALLOC 3 2024-08-22 0.4.0 "libweb Library Reference"
.SH NAME
handler_alloc \- allocate a web server handler object
diff --git a/doc/man3/handler_free.3 b/doc/man3/handler_free.3
index 15242b9..d5e31bb 100644
--- a/doc/man3/handler_free.3
+++ b/doc/man3/handler_free.3
@@ -1,4 +1,4 @@
-.TH HANDLER_FREE 3 2024-02-19 0.3.0 "libweb Library Reference"
+.TH HANDLER_FREE 3 2024-08-22 0.4.0 "libweb Library Reference"
.SH NAME
handler_free \- free a web server handler object
diff --git a/doc/man3/handler_listen.3 b/doc/man3/handler_listen.3
index daf1cbe..9e86a95 100644
--- a/doc/man3/handler_listen.3
+++ b/doc/man3/handler_listen.3
@@ -1,4 +1,4 @@
-.TH HANDLER_LISTEN 3 2024-02-19 0.3.0 "libweb Library Reference"
+.TH HANDLER_LISTEN 3 2024-08-22 0.4.0 "libweb Library Reference"
.SH NAME
handler_listen \- initialize server to listen to a given port
diff --git a/doc/man3/handler_loop.3 b/doc/man3/handler_loop.3
index 2217cc7..0015bf7 100644
--- a/doc/man3/handler_loop.3
+++ b/doc/man3/handler_loop.3
@@ -1,4 +1,4 @@
-.TH HANDLER_LOOP 3 2024-02-19 0.3.0 "libweb Library Reference"
+.TH HANDLER_LOOP 3 2024-08-22 0.4.0 "libweb Library Reference"
.SH NAME
handler_loop \- listen to and handle incoming connections on a web
diff --git a/doc/man3/html_node_add_attr.3 b/doc/man3/html_node_add_attr.3
index 798efab..aa0f93f 100644
--- a/doc/man3/html_node_add_attr.3
+++ b/doc/man3/html_node_add_attr.3
@@ -1,4 +1,4 @@
-.TH HTML_NODE_ADD_ATTR 3 2024-02-19 0.3.0 "libweb Library Reference"
+.TH HTML_NODE_ADD_ATTR 3 2024-08-22 0.4.0 "libweb Library Reference"
.SH NAME
html_node_add_attr \- add attribute to a HTML node
diff --git a/doc/man3/html_node_add_child.3 b/doc/man3/html_node_add_child.3
index 684181c..6dacd1d 100644
--- a/doc/man3/html_node_add_child.3
+++ b/doc/man3/html_node_add_child.3
@@ -1,4 +1,4 @@
-.TH HTML_NODE_ADD_CHILD 3 2024-02-19 0.3.0 "libweb Library Reference"
+.TH HTML_NODE_ADD_CHILD 3 2024-08-22 0.4.0 "libweb Library Reference"
.SH NAME
html_node_add_child \- add child to a HTML node
diff --git a/doc/man3/html_node_add_sibling.3 b/doc/man3/html_node_add_sibling.3
index 4eb62cc..5763ed3 100644
--- a/doc/man3/html_node_add_sibling.3
+++ b/doc/man3/html_node_add_sibling.3
@@ -1,4 +1,4 @@
-.TH HTML_NODE_ADD_SIBLING 3 2024-02-19 0.3.0 "libweb Library Reference"
+.TH HTML_NODE_ADD_SIBLING 3 2024-08-22 0.4.0 "libweb Library Reference"
.SH NAME
html_node_add_sibling \- add sibling to a HTML node
diff --git a/doc/man3/html_node_alloc.3 b/doc/man3/html_node_alloc.3
index 6e4c70a..8c4aa8c 100644
--- a/doc/man3/html_node_alloc.3
+++ b/doc/man3/html_node_alloc.3
@@ -1,4 +1,4 @@
-.TH HTML_NODE_ALLOC 3 2024-02-19 0.3.0 "libweb Library Reference"
+.TH HTML_NODE_ALLOC 3 2024-08-22 0.4.0 "libweb Library Reference"
.SH NAME
html_node_alloc \- allocate a HTML node
diff --git a/doc/man3/html_node_free.3 b/doc/man3/html_node_free.3
index 1e3800a..62d6c2e 100644
--- a/doc/man3/html_node_free.3
+++ b/doc/man3/html_node_free.3
@@ -1,4 +1,4 @@
-.TH HTML_NODE_FREE 3 2024-02-19 0.3.0 "libweb Library Reference"
+.TH HTML_NODE_FREE 3 2024-08-22 0.4.0 "libweb Library Reference"
.SH NAME
html_node_free \- free a HTML node and its children
diff --git a/doc/man3/html_node_set_value.3 b/doc/man3/html_node_set_value.3
index 4bc46fa..a2121d6 100644
--- a/doc/man3/html_node_set_value.3
+++ b/doc/man3/html_node_set_value.3
@@ -1,4 +1,4 @@
-.TH HTML_NODE_SET_VALUE 3 2024-02-19 0.3.0 "libweb Library Reference"
+.TH HTML_NODE_SET_VALUE 3 2024-08-22 0.4.0 "libweb Library Reference"
.SH NAME
html_node_set_value \- set value to a HTML node
diff --git a/doc/man3/html_node_set_value_unescaped.3 b/doc/man3/html_node_set_value_unescaped.3
index 9a14d2a..144406b 100644
--- a/doc/man3/html_node_set_value_unescaped.3
+++ b/doc/man3/html_node_set_value_unescaped.3
@@ -1,4 +1,4 @@
-.TH HTML_NODE_SET_VALUE_UNESCAPED 3 2024-02-19 0.3.0 "libweb Library Reference"
+.TH HTML_NODE_SET_VALUE_UNESCAPED 3 2024-08-22 0.4.0 "libweb Library Reference"
.SH NAME
html_node_set_value_unescaped \- set value to a HTML node
diff --git a/doc/man3/html_serialize.3 b/doc/man3/html_serialize.3
index 9f86728..0604f47 100644
--- a/doc/man3/html_serialize.3
+++ b/doc/man3/html_serialize.3
@@ -1,4 +1,4 @@
-.TH HTML_SERIALIZE 3 2024-02-19 0.3.0 "libweb Library Reference"
+.TH HTML_SERIALIZE 3 2024-08-22 0.4.0 "libweb Library Reference"
.SH NAME
html_serialize \- add attribute to a HTML node
diff --git a/doc/man3/http_alloc.3 b/doc/man3/http_alloc.3
index da60889..c4f093f 100644
--- a/doc/man3/http_alloc.3
+++ b/doc/man3/http_alloc.3
@@ -1,4 +1,4 @@
-.TH HTTP_ALLOC 3 2024-02-19 0.3.0 "libweb Library Reference"
+.TH HTTP_ALLOC 3 2024-08-22 0.4.0 "libweb Library Reference"
.SH NAME
http_alloc \- allocate a HTTP context object
diff --git a/doc/man3/http_cookie_create.3 b/doc/man3/http_cookie_create.3
index 835bc12..3ed78be 100644
--- a/doc/man3/http_cookie_create.3
+++ b/doc/man3/http_cookie_create.3
@@ -1,4 +1,4 @@
-.TH HTTP_COOKIE_CREATE 3 2024-02-19 0.3.0 "libweb Library Reference"
+.TH HTTP_COOKIE_CREATE 3 2024-08-22 0.4.0 "libweb Library Reference"
.SH NAME
http_cookie_create \- creates a HTTP/1.1 cookie
diff --git a/doc/man3/http_decode_url.3 b/doc/man3/http_decode_url.3
index 8948d33..dd10f9c 100644
--- a/doc/man3/http_decode_url.3
+++ b/doc/man3/http_decode_url.3
@@ -1,4 +1,4 @@
-.TH HTTP_DECODE_URL 3 2024-02-19 0.3.0 "libweb Library Reference"
+.TH HTTP_DECODE_URL 3 2024-08-22 0.4.0 "libweb Library Reference"
.SH NAME
http_decode_url \- decodes a percent-encoded null-terminated string
diff --git a/doc/man3/http_encode_url.3 b/doc/man3/http_encode_url.3
index 40953a0..8194e33 100644
--- a/doc/man3/http_encode_url.3
+++ b/doc/man3/http_encode_url.3
@@ -1,4 +1,4 @@
-.TH HTTP_ENCODE_URL 3 2024-02-19 0.3.0 "libweb Library Reference"
+.TH HTTP_ENCODE_URL 3 2024-08-22 0.4.0 "libweb Library Reference"
.SH NAME
http_encode_url \- allocates a percent-encoded null-terminated string
diff --git a/doc/man3/http_free.3 b/doc/man3/http_free.3
index 0f4c048..6ceba2f 100644
--- a/doc/man3/http_free.3
+++ b/doc/man3/http_free.3
@@ -1,4 +1,4 @@
-.TH HTTP_FREE 3 2024-02-19 0.3.0 "libweb Library Reference"
+.TH HTTP_FREE 3 2024-08-22 0.4.0 "libweb Library Reference"
.SH NAME
http_free \- free a HTTP context object
diff --git a/doc/man3/http_response_add_header.3 b/doc/man3/http_response_add_header.3
index 61f49b8..63d9e3b 100644
--- a/doc/man3/http_response_add_header.3
+++ b/doc/man3/http_response_add_header.3
@@ -1,4 +1,4 @@
-.TH HTTP_RESPONSE_ADD_HEADER 3 2024-02-19 0.3.0 "libweb Library Reference"
+.TH HTTP_RESPONSE_ADD_HEADER 3 2024-08-22 0.4.0 "libweb Library Reference"
.SH NAME
http_response_add_header \- adds a HTTP/1.1 header to a response
diff --git a/doc/man3/http_update.3 b/doc/man3/http_update.3
index f58322c..f56952f 100644
--- a/doc/man3/http_update.3
+++ b/doc/man3/http_update.3
@@ -1,4 +1,4 @@
-.TH HTTP_UPDATE 3 2024-02-19 0.3.0 "libweb Library Reference"
+.TH HTTP_UPDATE 3 2024-08-22 0.4.0 "libweb Library Reference"
.SH NAME
http_update \- updates a HTTP context object
diff --git a/doc/man7/libweb_handler.7 b/doc/man7/libweb_handler.7
index 197c458..4b0c454 100644
--- a/doc/man7/libweb_handler.7
+++ b/doc/man7/libweb_handler.7
@@ -1,4 +1,4 @@
-.TH LIBWEB_HANDLER 7 2024-02-19 0.3.0 "libweb Library Reference"
+.TH LIBWEB_HANDLER 7 2024-08-22 0.4.0 "libweb Library Reference"
.SH NAME
libweb_handler \- libweb high-level website configuration
diff --git a/doc/man7/libweb_html.7 b/doc/man7/libweb_html.7
index c3de6cf..828e9c0 100644
--- a/doc/man7/libweb_html.7
+++ b/doc/man7/libweb_html.7
@@ -1,4 +1,4 @@
-.TH LIBWEB_HTML 7 2024-02-19 0.3.0 "libweb Library Reference"
+.TH LIBWEB_HTML 7 2024-08-22 0.4.0 "libweb Library Reference"
.SH NAME
libweb_html \- libweb HTML serializer
diff --git a/doc/man7/libweb_http.7 b/doc/man7/libweb_http.7
index b6b1da6..f11c1ef 100644
--- a/doc/man7/libweb_http.7
+++ b/doc/man7/libweb_http.7
@@ -1,4 +1,4 @@
-.TH LIBWEB_HTTP 7 2024-02-19 0.3.0 "libweb Library Reference"
+.TH LIBWEB_HTTP 7 2024-08-22 0.4.0 "libweb Library Reference"
.SH NAME
libweb_http \- libweb HTTP connection handling and utilities