Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of HTTPServer by
Diff: HTTPRequestHandler.h
- Revision:
- 12:ba81cc117fb6
- Parent:
- 7:cb7fec1265b5
--- a/HTTPRequestHandler.h Sun Jun 02 22:59:51 2013 +0000
+++ b/HTTPRequestHandler.h Wed Jun 05 23:39:24 2013 +0000
@@ -132,6 +132,8 @@
/** Handler function to serve POST requests. Send data to webserver. Can also be appended to uri.
*/
virtual int handlePostRequest() = 0;
+
+ void getStandardHeaders(HTTPHeaders& header, const char* fext = NULL);
};
#endif // __HTTPREQUESTHANDLER_H__
\ No newline at end of file
