OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [freertos-6.1.1/] [Demo/] [CORTEX_LM3Sxxxx_Eclipse/] [RTOSDemo/] [webserver/] [http-strings.h] - Blame information for rev 581

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 581 jeremybenn
extern const char http_http[8];
2
extern const char http_200[5];
3
extern const char http_301[5];
4
extern const char http_302[5];
5
extern const char http_get[5];
6
extern const char http_10[9];
7
extern const char http_11[9];
8
extern const char http_content_type[15];
9
extern const char http_texthtml[10];
10
extern const char http_location[11];
11
extern const char http_host[7];
12
extern const char http_crnl[3];
13
extern const char http_index_html[12];
14
extern const char http_404_html[10];
15
extern const char http_referer[9];
16
extern const char http_header_200[84];
17
extern const char http_header_404[91];
18
extern const char http_content_type_plain[29];
19
extern const char http_content_type_html[28];
20
extern const char http_content_type_css [27];
21
extern const char http_content_type_text[28];
22
extern const char http_content_type_png [28];
23
extern const char http_content_type_gif [28];
24
extern const char http_content_type_jpg [29];
25
extern const char http_content_type_binary[43];
26
extern const char http_html[6];
27
extern const char http_shtml[7];
28
extern const char http_htm[5];
29
extern const char http_css[5];
30
extern const char http_png[5];
31
extern const char http_gif[5];
32
extern const char http_jpg[5];
33
extern const char http_text[5];
34
extern const char http_txt[5];

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.