| 388 | } |
| 389 | |
| 390 | HTTPHandler* new_fs_handler(fs::IFileSystem* fs) { |
| 391 | return new FsHandler(fs); |
| 392 | } |
| 393 | |
| 394 | HTTPHandler* new_proxy_handler(Director cb_director, Modifier cb_modifier, Client* client, bool client_ownership) { |
| 395 | if (client == nullptr) { |