Home
last modified time | relevance | path

Searched refs:METHOD_ERROR (Results 1 – 3 of 3) sorted by relevance

/external/libmicrohttpd/doc/examples/
Dsessions.c57 #define METHOD_ERROR "<html><head><title>Illegal request</title></head><body>Go away.</body></html>" macro
640 response = MHD_create_response_from_buffer (strlen (METHOD_ERROR), in create_response()
641 (void *) METHOD_ERROR, in create_response()
/external/libmicrohttpd/src/examples/
Dpost_example.c35 #define METHOD_ERROR "<html><head><title>Illegal request</title></head><body>Go away.</body></html>" macro
623 response = MHD_create_response_from_buffer (strlen (METHOD_ERROR), in create_response()
624 (void *) METHOD_ERROR, in create_response()
/external/libmicrohttpd/doc/
Dlibmicrohttpd-tutorial.info3210 …#define METHOD_ERROR "<html><head><title>Illegal request</title></head><body>Go away.</body></html…
3793 response = MHD_create_response_from_buffer (strlen (METHOD_ERROR),
3794 (void *) METHOD_ERROR,