MCPcopy Create free account

hub / github.com/aula-id/mini-gateway-rs / functions

Functions455 in github.com/aula-id/mini-gateway-rs

Methodqueue_size
Get number of items in queue
router-api/src/module/memory_log/core.rs:363
Functionremove_active_device
(conn_id: &str)
router-api/src/config.rs:94
Functionrenew_all_certificates
(req: HttpRequest)
router-api/src/api/settings/certificate_management.rs:181
Functionrenew_all_due_certificates
Convenience function to renew all due certificates This function is deprecated - use CertificateAutomationManager directly to respect tls_mode
router-api/src/module/certificate_automation.rs:980
Functionrenew_cert
(domain: &str)
router-api/src/module/certbot_runner.rs:565
Methodrequest_body_filter
( &self, _session: &mut Session, _body: &mut Option<Bytes>, _end_of_stream: bo
router-core/src/app/gateway_fast.rs:961
Methodresponse_body_filter
( &self, _session: &mut Session, _body: &mut Option<Bytes>, _end_of_stream: bo
router-core/src/app/gateway_fast.rs:1003
Methodroot_operation
Create a configuration for root operation (traditional mode)
router-api/src/module/certbot_runner.rs:90
Methodself_and_admin
()
router-api/src/api/users/helper/auth_middleware.rs:270
Methodself_and_staff
()
router-api/src/api/users/helper/auth_middleware.rs:262
Functionset_ai_model
(req: web::Json<UpdateModelRequest>)
router-api/src/api/ai_security/model_set.rs:43
Functionset_gateway
(req: HttpRequest, req_body: web::Json<Gateway>)
router-api/src/api/settings/gateway_set.rs:84
Functionset_gateway_node
( req: HttpRequest, req_body: web::Json<GatewayNode>, )
router-api/src/api/settings/gwnode_set.rs:68
Functionset_proxy
(req: HttpRequest, input: web::Json<ProxyInputObject>)
router-api/src/api/settings/proxy_set.rs:99
Methodspawn
(&self, handler: F)
router-api/src/module/broker.rs:14
Methodspawn_async
(&self, handler: F)
router-api/src/module/broker.rs:30
Methodspawn_broadcaster
Spawn broadcaster task (every 15 seconds)
router-api/src/api/statistics/unified_stream.rs:82
Methodspawn_cleanup
Spawn cleanup task to remove stale clients
router-api/src/api/statistics/unified_stream.rs:47
Methodstaff
()
router-api/src/api/users/helper/auth_middleware.rs:127
Methodstop
Stop the database pooling thread
router-api/src/module/database_log.rs:300
Functionstream
( broadcaster: actix_web::web::Data<UnifiedStatsBroadcaster>, )
router-api/src/api/statistics/unified_stream.rs:259
Methodstrict_self
()
router-api/src/api/users/helper/auth_middleware.rs:253
Functionswitch_log
(marker:&str, message: &str)
router-core/src/system/udp_sender/mod.rs:244
Functiontest_8_gbps_throughput_challenge
()
router-core/src/system/writer/rawid.rs:714
Functiontest_atomic_id
()
router-core/src/system/writer/rawid.rs:693
Functiontest_atomic_id_batch
()
router-core/src/system/writer/rawid.rs:700
Functiontest_cert_creation_example_com
()
router-api/src/module/certbot_runner.rs:675
Functiontest_certificate_automation_manager_creation
()
router-api/src/module/certificate_automation.rs:991
Functiontest_certificate_info_custom_path
()
router-api/src/module/certbot_runner.rs:660
Functiontest_config_creation
()
router-api/src/module/certbot_runner.rs:636
Functiontest_database_connection
()
router-api/src/module/database.rs:750
Functiontest_domain_validation
()
router-api/src/module/certbot_runner.rs:622
Functiontest_ensure_cert_example_com
()
router-api/src/module/certbot_runner.rs:711
Functiontest_gwrs_services
()
router-core/src/detect.rs:183
Functiontest_integration_create_staging_cert
Use #[ignore] so it doesn't run by default - only when specifically requested
router-api/src/module/certbot_runner.rs:758
Functiontest_integration_ensure_cert_staging
Use #[ignore] so it doesn't run by default
router-api/src/module/certbot_runner.rs:810
Functiontest_lazy_loading
()
router-api/src/module/ai_security/models.rs:129
Functiontest_non_root_config
()
router-api/src/module/certbot_runner.rs:650
Functiontest_running_as_service
()
router-core/src/detect.rs:177
Functiontest_service_manager_detection
()
router-core/src/detect.rs:171
Methodunload
(&self)
router-api/src/module/ai_security/models.rs:109
Functionupload_ai_model
(mut payload: Multipart)
router-api/src/api/ai_security/model_upload.rs:43
Functionupload_config
( req: HttpRequest, body: web::Bytes, client: web::Data<Arc<Mutex<HttpC>>>, )
router-api/src/api/settings/auto_config.rs:132
Methodupstream_peer
Core routing logic: checks cache, applies rules, updates request, returns upstream peer.
router-core/src/app/gateway_fast.rs:578
Methoduser
()
router-api/src/api/users/helper/auth_middleware.rs:135
Methoduser_id
(&self)
router-api/src/api/users/helper/auth_middleware.rs:403
Methoduser_role
(&self)
router-api/src/api/users/helper/auth_middleware.rs:407
Methodverify_entry_size
Add a method to verify entry length and ensure it fits
router-core/src/system/memory_log/mod.rs:432
Methodwith_cache_size
(mut self, max_size: usize)
router-core/src/system/server.rs:65
Methodwith_config
(config: AuthConfig)
router-api/src/api/users/helper/auth_middleware.rs:28
Methodwith_defaults
()
router-api/src/module/certbot_runner.rs:184
Methodwith_flush_interval
Create a new UDP log database pooler with a custom flush interval and default table name "logs"
router-api/src/module/database_log.rs:62
Methodwith_params
Create a new UDP log database pooler with custom flush interval and table name
router-api/src/module/database_log.rs:72
Methodwith_role
(role: &str, config: AuthConfig)
router-api/src/api/users/helper/auth_middleware.rs:143
Methodwith_table_name
Create a new UDP log database pooler with a custom table name and default 5-second flush interval
router-api/src/module/database_log.rs:67
← previous401–455 of 455, ranked by callers