mockforge-http 0.3.211

HTTP/REST protocol support for MockForge
Documentation

Build #3986175 2026-07-29 19:51:22

# rustc version rustc 1.99.0-nightly (d0babd8b6 2026-07-15)

# docs.rs version docsrs 0.0.0 (f1b150f0cd76f7cabcd39e1f4790ba771b28b5c4 2026-07-19 )

# build log [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-w" "/opt/rustwide/workdir" "--user" "1001:1001" "33b6b7291936fe5d7198fdc11fc376f1fe0764d6bdca69793bdca9c4b21f6c7d" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2026-07-16" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=html-non-static-files\", \"--resource-suffix\", \"-20260715-1.99.0-nightly-d0babd8b6\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }` [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting mockforge-http v0.3.211 (/opt/rustwide/workdir) [INFO] [stderr] warning: unresolved link to `Contracts` [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] Pillars: [Contracts] [INFO] [stderr] ^^^^^^^^^ [INFO] [stderr] = note: no item named `Contracts` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `TrackedService` [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] * The returned per-connection service is wrapped in a [`TrackedService`] [INFO] [stderr] ^^^^^^^^^^^^^^^^ [INFO] [stderr] = note: no item named `TrackedService` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `LlmMockMode` [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] Four modes ([`LlmMockMode`]), all opt-in via `--llm-mock-mode`; the default [INFO] [stderr] ^^^^^^^^^^^^^ [INFO] [stderr] = note: no item named `LlmMockMode` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/auth/oidc.rs:21:35 [INFO] [stderr] | [INFO] [stderr] 21 | /// Issuer identifier (e.g., "https://mockforge.example.com") [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] = note: `#[warn(rustdoc::bare_urls)]` on by default [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 21 | /// Issuer identifier (e.g., "<https://mockforge.example.com>") [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: unclosed HTML tag `Value` [INFO] [stderr] --> src/quick_mock.rs:103:41 [INFO] [stderr] | [INFO] [stderr] 103 | /// Data store: resource_name -> Vec<Value> [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(rustdoc::invalid_html_tags)]` on by default [INFO] [stderr] help: try marking as source code [INFO] [stderr] | [INFO] [stderr] 103 | /// Data store: resource_name -> `Vec<Value>` [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: unclosed HTML tag `AuthClaims` [INFO] [stderr] --> src/handlers/auth_helpers.rs:14:46 [INFO] [stderr] | [INFO] [stderr] 14 | /// This is a type alias for Option<Extension<AuthClaims>> which Axum supports natively. [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] help: try marking as source code [INFO] [stderr] | [INFO] [stderr] 14 | /// This is a type alias for `Option<Extension<AuthClaims>>` which Axum supports natively. [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: `http_tracing_middleware` is both a function and a module [INFO] [stderr] --> src/lib.rs:168:30 [INFO] [stderr] | [INFO] [stderr] 168 | //! - **Request Tracing**: [`http_tracing_middleware`] - Distributed tracing integration [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ ambiguous link [INFO] [stderr] | [INFO] [stderr] help: to link to the function, add parentheses [INFO] [stderr] | [INFO] [stderr] 168 | //! - **Request Tracing**: [`http_tracing_middleware()`] - Distributed tracing integration [INFO] [stderr] | ++ [INFO] [stderr] help: to link to the module, prefix with `mod@` [INFO] [stderr] | [INFO] [stderr] 168 | //! - **Request Tracing**: [`mod@http_tracing_middleware`] - Distributed tracing integration [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `mockforge-http` (lib doc) generated 7 warnings (run `cargo fix --lib -p mockforge-http` to apply 1 suggestion) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.69s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: syn v0.11.11 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/mockforge_http/index.html [INFO] running `Command { std: "docker" "inspect" "33b6b7291936fe5d7198fdc11fc376f1fe0764d6bdca69793bdca9c4b21f6c7d", kill_on_drop: false }`