Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature: websocket stats endpoint #12

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

xamfy
Copy link
Owner

@xamfy xamfy commented Oct 5, 2022

#2

src/handlers/handlers.rs Outdated Show resolved Hide resolved
@@ -1,9 +1,13 @@
use actix_web::http::StatusCode;
use actix_web::{get, web, Error, HttpResponse};
use actix_web::{get, web, App, Error, HttpRequest, HttpResponse, HttpServer};

Check warning

Code scanning / clippy

unused imports: `App`, `HttpServer`

unused imports: `App`, `HttpServer`
@@ -9,9 +9,11 @@
use ::config::Config;
use actix_governor::{Governor, GovernorConfigBuilder};
use actix_web::{middleware::Logger, web, App, HttpServer};
use actix_web::web::ServiceConfig;

Check warning

Code scanning / clippy

unused import: `actix_web::web::ServiceConfig`

unused import: `actix_web::web::ServiceConfig`
@xamfy xamfy added the WIP label Oct 5, 2022
@xamfy xamfy changed the base branch from main to develop October 15, 2022 16:07
@xamfy xamfy force-pushed the websocket-stats-endpoint branch from 750426b to dbf29de Compare October 15, 2022 16:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant