Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwinter committed Nov 15, 2023
2 parents 7c9e3c2 + 5d18cd4 commit caf43a2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion samples/auth-server-template/src/authenticate.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Copyright (c) Microsoft. All rights reserved.
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.

use std::collections::BTreeMap;

Expand Down
3 changes: 2 additions & 1 deletion samples/auth-server-template/src/http.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Copyright (c) Microsoft. All rights reserved.
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.

pub(crate) struct ParsedRequest {
pub method: hyper::Method,
Expand Down
3 changes: 2 additions & 1 deletion samples/auth-server-template/src/incoming.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Copyright (c) Microsoft. All rights reserved.
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.

use std::{pin::Pin, task::Poll};

Expand Down
3 changes: 2 additions & 1 deletion samples/auth-server-template/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Copyright (c) Microsoft. All rights reserved.
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.

/// Handles authentication of MQTT connections.
mod authenticate;
Expand Down

0 comments on commit caf43a2

Please sign in to comment.