src/server/daemon/ws-fn.c

changeset 136
9b48a1427aef
parent 131
70010b94bda5
child 137
ca0cf1016a8b
equal deleted inserted replaced
135:471e28cca288 136:9b48a1427aef
45 struct FuncStruct webserver_funcs[] = { 45 struct FuncStruct webserver_funcs[] = {
46 { "load-modules", load_modules, NULL, NULL, 0}, 46 { "load-modules", load_modules, NULL, NULL, 0},
47 { "assign-name", assign_name, NULL, NULL, 0}, 47 { "assign-name", assign_name, NULL, NULL, 0},
48 { "document-root", document_root, NULL, NULL, 0}, 48 { "document-root", document_root, NULL, NULL, 0},
49 { "pfx2dir", pfx2dir, NULL, NULL, 0}, 49 { "pfx2dir", pfx2dir, NULL, NULL, 0},
50 { "simple-rewrite", simple_rewrite, NULL, NULL, 0},
50 { "type-by-extension", object_type_by_extension, NULL, NULL, 0}, 51 { "type-by-extension", object_type_by_extension, NULL, NULL, 0},
51 { "send-file", send_file, NULL, NULL, 0}, 52 { "send-file", send_file, NULL, NULL, 0},
52 { "common-index", service_index, NULL, NULL, 0}, 53 { "common-index", service_index, NULL, NULL, 0},
53 { "service-hello", service_hello, NULL, NULL, 0}, 54 { "service-hello", service_hello, NULL, NULL, 0},
54 { "service-ws-hello", service_ws_hello, NULL, NULL, 0}, 55 { "service-ws-hello", service_ws_hello, NULL, NULL, 0},

mercurial