Drogon: A C++14/17/20 based HTTP web application framework running on Linux/macOS/Unix/Windows
75 matches across 2 categories. Click a row to expand file-level details.
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | config.example.json | 41 | //name: Name of the client,'default' by default |
| LOW | config.example.json | 61 | //means use the default character set. |
| LOW | config.example.json | 81 | //host: Server IP, 127.0.0.1 by default |
| LOW | config.example.json | 101 | ],*/ |
| LOW | config.example.json | 161 | "mime": { |
| LOW | config.example.json | 201 | //dynamic_views_output_path: Default by an empty string which means the output path of source |
| LOW | config.example.json | 221 | "use_spdlog": false, |
| LOW | config.example.json | 241 | //handle_sig_term: True by default |
| LOW | config.example.json | 261 | // "get", |
| LOW | config.example.json | 281 | //keepalive_requests: Set the maximum number of requests that can be served through one keep-alive connection. |
| LOW | config.example.json | 301 | //If the body size of a HTTP request exceeds this limit, the body is stored to a temporary file for processing. |
| LOW | config.example.yaml | 1 | # This is a YAML format configuration file |
| LOW | config.example.yaml | 21 | # https: true |
| LOW | config.example.yaml | 41 | # port: 5432 |
| LOW | config.example.yaml | 61 | # # the wiki for more details. |
| LOW | config.example.yaml | 81 | # # any synchronous interface of it. |
| LOW | config.example.yaml | 101 | # session_max_age: The max age of the session cookie, -1 by default |
| LOW | config.example.yaml | 141 | # note: This option only adds MIME to the sever. `file_types` above have to be set for the server to serve them. |
| LOW | config.example.yaml | 161 | is_case_sensitive: false |
| LOW | config.example.yaml | 181 | # files is the path where the csp files locate. If the path isn't prefixed with /, it is relative |
| LOW | config.example.yaml | 201 | # log_path: ./ |
| LOW | config.example.yaml | 221 | relaunch_on_error: false |
| LOW | config.example.yaml | 241 | # idle_connection_timeout: Defaults to 60 seconds, the lifetime |
| LOW | config.example.yaml | 261 | # gzip_static: If it is set to true, when the client requests a static file, drogon first finds the compressed |
| LOW | config.example.yaml | 281 | # enabled_compressed_request: Defaults to false. If true the server will automatically decompress compressed request b |
| LOW | third_party/mman-win32/mman.h | 21 | #if defined(MMAN_LIBRARY) |
| LOW | third_party/mman-win32/mman.h | 41 | #ifdef __cplusplus |
| LOW | examples/redis_cache/config.json | 41 | //enable_session: False by default |
| LOW | examples/redis_cache/config.json | 121 | //it is relative path of document_root path |
| LOW | examples/redis_cache/config.json | 141 | "log": { |
| LOW | examples/redis_cache/config.json | 161 | //uses sendfile() system-call to send static files to clients; |
| LOW | examples/redis_cache/config.json | 181 | "enable_server_header": true, |
| LOW | examples/redis_cache/config.json | 201 | //client_max_body_size: Set the maximum body size of HTTP requests received by drogon. The default value is "1M" |
| LOW | examples/simple_reverse_proxy/config.json | 81 | //"log_path": "./", |
| LOW | examples/simple_reverse_proxy/config.json | 101 | //use_gzip: True by default, use gzip to compress the response body's content; |
| LOW | examples/simple_reverse_proxy/config.json | 121 | "keepalive_requests": 0, |
| LOW | lib/inc/drogon/drogon_test.h | 21 | { |
| LOW | lib/inc/drogon/HttpAppFramework.h | 21 | #include <drogon/CacheMap.h> |
| LOW | lib/inc/drogon/HttpAppFramework.h | 41 | #include <string> |
| LOW | lib/inc/drogon/CacheMap.h | 21 | #include <map> |
| LOW | lib/inc/drogon/drogon.h | 21 | |
| LOW | lib/inc/drogon/HttpClient.h | 21 | #include <drogon/HttpRequest.h> |
| LOW | lib/inc/drogon/HttpRequest.h | 21 | #include <drogon/Session.h> |
| LOW | lib/inc/drogon/HttpRequest.h | 481 | * @param flag |
| LOW | lib/inc/drogon/HttpBinder.h | 21 | #include <drogon/DrClassMap.h> |
| LOW | lib/inc/drogon/utils/Utilities.h | 21 | #include <trantor/utils/LogStream.h> |
| LOW | lib/tests/integration_test/server/PipeliningTest.h | 1 | #pragma once |
| LOW | lib/src/HttpRequestImpl.h | 21 | #include <drogon/HttpRequest.h> |
| LOW | orm_lib/inc/drogon/orm/Field.h | 21 | #include <string_view> |
| LOW | orm_lib/inc/drogon/orm/Field.h | 81 | // } |
| LOW | orm_lib/inc/drogon/orm/SqlBinder.h | 21 | #include <drogon/orm/ResultIterator.h> |
| LOW | orm_lib/inc/drogon/orm/SqlBinder.h | 41 | #include <winsock2.h> |
| LOW | orm_lib/inc/drogon/orm/Exception.h | 681 | // const char sqlstate[] = nullptr) : sql_error(err, Q, sqlstate) {} |
| LOW | orm_lib/inc/drogon/orm/Exception.h | 701 | // }; |
| LOW | orm_lib/inc/drogon/orm/DbClient.h | 21 | #include <drogon/orm/ResultIterator.h> |
| LOW | orm_lib/tests/postgresql/Tag.h | 1 | /** |
| LOW | orm_lib/tests/postgresql/BlogTag.h | 1 | /** |
| LOW | orm_lib/tests/postgresql/Users.h | 1 | /** |
| LOW | orm_lib/tests/postgresql/Blog.h | 1 | /** |
| LOW | orm_lib/tests/postgresql/Category.h | 1 | /** |
| 14 more matches not shown… | |||
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | format.sh | 6 | # Check if clang-format version is 17 to avoid inconsistent formatting |