1
0
mirror of https://github.com/actix/examples synced 2024-11-23 14:31:07 +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/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",
]