1
0
mirror of https://github.com/actix/examples synced 2025-02-17 07:23:29 +01:00

move http-proxy to other

This commit is contained in:
Rob Ede 2022-02-02 02:03:54 +00:00
parent a99c4ca546
commit ffb20a1b20
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933
4 changed files with 8 additions and 8 deletions

View File

@ -4,11 +4,10 @@ members = [
"basics/docker_sample", "basics/docker_sample",
"basics/error_handling", "basics/error_handling",
"basics/hello-world", "basics/hello-world",
"basics/http-proxy",
"basics/json-validation", "basics/json-validation",
"basics/middleware",
"basics/middleware-http-to-https",
"basics/middleware-ext-mut", "basics/middleware-ext-mut",
"basics/middleware-http-to-https",
"basics/middleware",
"basics/nested-routing", "basics/nested-routing",
"basics/run-in-thread", "basics/run-in-thread",
"basics/shutdown-server", "basics/shutdown-server",
@ -24,24 +23,25 @@ members = [
"database_interactions/simple-auth-server", "database_interactions/simple-auth-server",
"database_interactions/sqlx_todo", "database_interactions/sqlx_todo",
"forms/form", "forms/form",
"forms/multipart",
"forms/multipart-s3", "forms/multipart-s3",
"forms/multipart",
"graphql/graphql-demo", "graphql/graphql-demo",
"graphql/juniper",
"graphql/juniper-advanced", "graphql/juniper-advanced",
"json/json", "graphql/juniper",
"json/json_decode_error", "json/json_decode_error",
"json/json_error", "json/json_error",
"json/json",
"json/jsonrpc", "json/jsonrpc",
"other/data_factory", "other/data_factory",
"other/http-proxy",
"other/protobuf", "other/protobuf",
"other/server-sent-events", "other/server-sent-events",
"other/unix-socket", "other/unix-socket",
"security/awc_https", "security/awc_https",
"security/casbin", "security/casbin",
"security/openssl", "security/openssl",
"security/rustls",
"security/rustls-client-cert", "security/rustls-client-cert",
"security/rustls",
"security/web-cors/backend", "security/web-cors/backend",
"session/cookie-auth", "session/cookie-auth",
"session/cookie-session", "session/cookie-session",
@ -52,8 +52,8 @@ members = [
"template_engines/tinytemplate", "template_engines/tinytemplate",
"template_engines/yarte", "template_engines/yarte",
"websockets/autobahn", "websockets/autobahn",
"websockets/chat",
"websockets/chat-broker", "websockets/chat-broker",
"websockets/chat",
"websockets/tcp-chat", "websockets/tcp-chat",
"websockets/websocket", "websockets/websocket",
] ]