hw_http.h
Go to the documentation of this file.
00001
00038 #ifndef HW_HTTP_H
00039 #define HW_HTTP_H
00040 
00041 #include <cpu/types.h>
00042
00043 extern const char http_file_not_found[];
00044 extern const size_t http_file_not_found_len;
00045
00046 extern const char http_sd_not_present[];
00047 extern const size_t http_sd_not_present_len;
00048
00049 extern const char http_server_error[];
00050 extern const size_t http_server_error_len;
00051
00052 #endif /*  HW_HTTP_H */