src/server/daemon/ws-fn.c

changeset 466
019c22775f7c
parent 465
d22ff46c171c
equal deleted inserted replaced
465:d22ff46c171c 466:019c22775f7c
49 { "document-root", document_root, NULL, NULL, 0}, 49 { "document-root", document_root, NULL, NULL, 0},
50 { "pfx2dir", pfx2dir, NULL, NULL, 0}, 50 { "pfx2dir", pfx2dir, NULL, NULL, 0},
51 { "redirect", redirect, NULL, NULL, 0}, 51 { "redirect", redirect, NULL, NULL, 0},
52 { "simple-rewrite", simple_rewrite, NULL, NULL, 0}, 52 { "simple-rewrite", simple_rewrite, NULL, NULL, 0},
53 { "type-by-extension", object_type_by_extension, NULL, NULL, 0}, 53 { "type-by-extension", object_type_by_extension, NULL, NULL, 0},
54 { "force-type", object_type_force_type, NULL, NULL, 0},
54 { "send-file", send_file, NULL, NULL, 0}, 55 { "send-file", send_file, NULL, NULL, 0},
55 { "common-index", service_index, NULL, NULL, 0}, 56 { "common-index", service_index, NULL, NULL, 0},
56 { "service-hello", service_hello, NULL, NULL, 0}, 57 { "service-hello", service_hello, NULL, NULL, 0},
57 { "service-ws-hello", service_ws_hello, NULL, NULL, 0}, 58 { "service-ws-hello", service_ws_hello, NULL, NULL, 0},
58 { "send-options", send_options, NULL, NULL, 0}, 59 { "send-options", send_options, NULL, NULL, 0},

mercurial