Skip to content

Commit

Permalink
Rev to 0.11.0 Rust SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
BrooksCunningham committed Nov 12, 2024
1 parent 3713fb5 commit 9096755
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 12 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,4 @@ local_lab/*


ngwaf-compute-integration/target/*
ngwaf-compute-integration/fastly.toml
62 changes: 54 additions & 8 deletions ngwaf-compute-integration/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ngwaf-compute-integration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ publish = false
debug = 1

[dependencies]
fastly = "0.10.5"
fastly = "0.11.0"
5 changes: 2 additions & 3 deletions ngwaf-compute-integration/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
use fastly::experimental::{inspect, InspectConfig, InspectError, InspectResponse};
use fastly::security::{inspect, InspectConfig, InspectError, InspectResponse};
use fastly::handle::BodyHandle;
use fastly::http::{HeaderValue, StatusCode};
use fastly::http::StatusCode;
use fastly::{Request, Response};
use std::collections::HashMap;

const HTTPME_BACKEND: &str = "HTTPME";

Expand Down

0 comments on commit 9096755

Please sign in to comment.