We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b48f67 commit cbff8b4Copy full SHA for cbff8b4
backend/src/connector/client.rs
@@ -8,7 +8,11 @@
8
//! This file was modified in order to get rid of the "swagger" crate, which brings
9
//! a lot of unnecessary dependencies (for example, openssl, which can cause problems
10
//! when creating docker images, even if we use only the http client). In addition,
11
-//! some refactoring was done to reduce the code size (from 2k-ish LOC to 500).
+//! some refactoring was done in order to:
12
+//! 1. Reduce the code size (from 2k-ish LOC to 500).
13
+//! 2. Provide new functionality, e.g. adding authorization (and other) headers for
14
+//! new requests
15
+//! 3. Unify error handling with `error_stack`
16
//!
17
18
#![allow(
0 commit comments