You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: examples/http-certification/assets/README.md
+6-7
Original file line number
Diff line number
Diff line change
@@ -76,7 +76,7 @@ fn post_upgrade() {
76
76
77
77
## Canister endpoints
78
78
79
-
There is only one canister endpoint in this example to serve assets, `http_request` query endpoint. The `serve_metrics` and `serve_asset` functions will be covered in a later section.
79
+
There is only one canister endpoint in this example to serve assets, the `http_request` query endpoint. The `http_request` handler uses two auxiliary functions, `serve_metrics` and `serve_asset`, which are covered in a later section.
80
80
81
81
```rust
82
82
#[query]
@@ -160,18 +160,17 @@ The `certify_all_assets` function performs the following steps:
160
160
4. Certify the assets using the `certify_assets` function from the `ic-asset-certification` crate.
0 commit comments