aboutsummaryrefslogtreecommitdiff
path: root/src/include/microhttpd2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/microhttpd2.h')
-rw-r--r--src/include/microhttpd2.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/include/microhttpd2.h b/src/include/microhttpd2.h
index 9716573c..1262c7a8 100644
--- a/src/include/microhttpd2.h
+++ b/src/include/microhttpd2.h
@@ -124,7 +124,6 @@ typedef intptr_t ssize_t;
124#define MHD_VERSION 0x01000000 124#define MHD_VERSION 0x01000000
125 125
126 126
127
128/** 127/**
129 * Representation of 'bool' in the public API as stdbool.h may not 128 * Representation of 'bool' in the public API as stdbool.h may not
130 * always be available. 129 * always be available.
@@ -526,7 +525,6 @@ enum MHD_StatusCode
526 MHD_SC_CHUNKED_ENCODING_MALFORMED = 40007, 525 MHD_SC_CHUNKED_ENCODING_MALFORMED = 40007,
527 526
528 527
529
530 /* 50000-level errors are because of an error internal 528 /* 50000-level errors are because of an error internal
531 to the MHD logic, possibly including our interaction 529 to the MHD logic, possibly including our interaction
532 with the operating system (but not the application) */ 530 with the operating system (but not the application) */
@@ -826,7 +824,6 @@ enum MHD_StatusCode
826 MHD_SC_FAILED_RESPONSE_HEADER_GENERATION = 50056, 824 MHD_SC_FAILED_RESPONSE_HEADER_GENERATION = 50056,
827 825
828 826
829
830 /* 60000-level errors are because the application 827 /* 60000-level errors are because the application
831 logic did something wrong or generated an error. */ 828 logic did something wrong or generated an error. */
832 829
@@ -1137,7 +1134,6 @@ enum MHD_Method
1137/** @} */ /* end of group postenc */ 1134/** @} */ /* end of group postenc */
1138 1135
1139 1136
1140
1141/** 1137/**
1142 * @defgroup headers HTTP headers 1138 * @defgroup headers HTTP headers
1143 * These are the standard headers found in HTTP requests and responses. 1139 * These are the standard headers found in HTTP requests and responses.
@@ -2656,7 +2652,6 @@ enum MHD_ValueKind
2656}; 2652};
2657 2653
2658 2654
2659
2660/** 2655/**
2661 * Iterator over key-value pairs. This iterator can be used to 2656 * Iterator over key-value pairs. This iterator can be used to
2662 * iterate over all of the cookies, headers, or POST-data fields of a 2657 * iterate over all of the cookies, headers, or POST-data fields of a
@@ -2747,7 +2742,6 @@ MHD_request_lookup_value (struct MHD_Request *request,
2747MHD_NONNULL (1); 2742MHD_NONNULL (1);
2748 2743
2749 2744
2750
2751/** 2745/**
2752 * @defgroup httpcode HTTP response codes. 2746 * @defgroup httpcode HTTP response codes.
2753 * These are the status codes defined for HTTP responses. 2747 * These are the status codes defined for HTTP responses.
@@ -3587,7 +3581,6 @@ MHD_action_parse_post (size_t buffer_size,
3587MHD_NONNULL (2); 3581MHD_NONNULL (2);
3588 3582
3589 3583
3590
3591/* ********************** generic query functions ********************** */ 3584/* ********************** generic query functions ********************** */
3592 3585
3593 3586