mirror of
https://github.com/actix/examples
synced 2024-11-23 22:41:07 +01:00
move http-proxy to other
This commit is contained in:
parent
a99c4ca546
commit
ffb20a1b20
16
Cargo.toml
16
Cargo.toml
@ -4,11 +4,10 @@ members = [
|
||||
"basics/docker_sample",
|
||||
"basics/error_handling",
|
||||
"basics/hello-world",
|
||||
"basics/http-proxy",
|
||||
"basics/json-validation",
|
||||
"basics/middleware",
|
||||
"basics/middleware-http-to-https",
|
||||
"basics/middleware-ext-mut",
|
||||
"basics/middleware-http-to-https",
|
||||
"basics/middleware",
|
||||
"basics/nested-routing",
|
||||
"basics/run-in-thread",
|
||||
"basics/shutdown-server",
|
||||
@ -24,24 +23,25 @@ members = [
|
||||
"database_interactions/simple-auth-server",
|
||||
"database_interactions/sqlx_todo",
|
||||
"forms/form",
|
||||
"forms/multipart",
|
||||
"forms/multipart-s3",
|
||||
"forms/multipart",
|
||||
"graphql/graphql-demo",
|
||||
"graphql/juniper",
|
||||
"graphql/juniper-advanced",
|
||||
"json/json",
|
||||
"graphql/juniper",
|
||||
"json/json_decode_error",
|
||||
"json/json_error",
|
||||
"json/json",
|
||||
"json/jsonrpc",
|
||||
"other/data_factory",
|
||||
"other/http-proxy",
|
||||
"other/protobuf",
|
||||
"other/server-sent-events",
|
||||
"other/unix-socket",
|
||||
"security/awc_https",
|
||||
"security/casbin",
|
||||
"security/openssl",
|
||||
"security/rustls",
|
||||
"security/rustls-client-cert",
|
||||
"security/rustls",
|
||||
"security/web-cors/backend",
|
||||
"session/cookie-auth",
|
||||
"session/cookie-session",
|
||||
@ -52,8 +52,8 @@ members = [
|
||||
"template_engines/tinytemplate",
|
||||
"template_engines/yarte",
|
||||
"websockets/autobahn",
|
||||
"websockets/chat",
|
||||
"websockets/chat-broker",
|
||||
"websockets/chat",
|
||||
"websockets/tcp-chat",
|
||||
"websockets/websocket",
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user