1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-01-31 19:10:07 +01:00
actix-web/actix_web/dev/trait.HttpServiceFactory.html

8 lines
32 KiB
HTML
Raw Normal View History

<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="API documentation for the Rust `HttpServiceFactory` trait in crate `actix_web`."><title>HttpServiceFactory in actix_web::dev - Rust</title><script>if(window.location.protocol!=="file:")document.head.insertAdjacentHTML("beforeend","SourceSerif4-Regular-46f98efaafac5295.ttf.woff2,FiraSans-Regular-018c141bf0843ffd.woff2,FiraSans-Medium-8f9a781e4970d388.woff2,SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2,SourceCodePro-Semibold-d899c5a5c4aeb14a.ttf.woff2".split(",").map(f=>`<link rel="preload" as="font" type="font/woff2" crossorigin href="../../static.files/${f}">`).join(""))</script><link rel="stylesheet" href="../../static.files/normalize-76eba96aa4d2e634.css"><link rel="stylesheet" href="../../static.files/rustdoc-dd39b87e5fcfba68.css"><meta name="rustdoc-vars" data-root-path="../../" data-static-root-path="../../static.files/" data-current-crate="actix_web" data-themes="" data-resource-suffix="" data-rustdoc-version="1.80.0-nightly (bdbbb6c6a 2024-05-26)" data-channel="nightly" data-search-js="search-d52510db62a78183.js" data-settings-js="settings-4313503d2e1961c2.js" ><script src="../../static.files/storage-118b08c4c78b968e.js"></script><script defer src="sidebar-items.js"></script><script defer src="../../static.files/main-20a3ad099b048cf2.js"></script><noscript><link rel="stylesheet" href="../../static.files/noscript-df360f571f6edeae.css"></noscript><link rel="icon" href="https://actix.rs/favicon.ico"></head><body class="rustdoc trait"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="mobile-topbar"><button class="sidebar-menu-toggle" title="show sidebar"></button><a class="logo-container" href="../../actix_web/index.html"><img src="https://actix.rs/img/logo.png" alt=""></a></nav><nav class="sidebar"><div class="sidebar-crate"><a class="logo-container" href="../../actix_web/index.html"><img src="https://actix.rs/img/logo.png" alt="logo"></a><h2><a href="../../actix_web/index.html">actix_web</a><span class="version">4.6.0</span></h2></div><h2 class="location"><a href="#">HttpServiceFactory</a></h2><div class="sidebar-elems"><section><h3><a href="#required-methods">Required Methods</a></h3><ul class="block"><li><a href="#tymethod.register">register</a></li></ul><h3><a href="#foreign-impls">Implementations on Foreign Types</a></h3><ul class="block"><li><a href="#impl-HttpServiceFactory-for-(A,+B)">(A, B)</a></li><li><a href="#impl-HttpServiceFactory-for-(A,+B,+C)">(A, B, C)</a></li><li><a href="#impl-HttpServiceFactory-for-(A,+B,+C,+D)">(A, B, C, D)</a></li><li><a href="#impl-HttpServiceFactory-for-(A,+B,+C,+D,+E)">(A, B, C, D, E)</a></li><li><a href="#impl-HttpServiceFactory-for-(A,+B,+C,+D,+E,+F)">(A, B, C, D, E, F)</a></li><li><a href="#impl-HttpServiceFactory-for-(A,+B,+C,+D,+E,+F,+G)">(A, B, C, D, E, F, G)</a></li><li><a href="#impl-HttpServiceFactory-for-(A,+B,+C,+D,+E,+F,+G,+H)">(A, B, C, D, E, F, G, H)</a></li><li><a href="#impl-HttpServiceFactory-for-(A,+B,+C,+D,+E,+F,+G,+H,+I)">(A, B, C, D, E, F, G, H, I)</a></li><li><a href="#impl-HttpServiceFactory-for-(A,+B,+C,+D,+E,+F,+G,+H,+I,+J)">(A, B, C, D, E, F, G, H, I, J)</a></li><li><a href="#impl-HttpServiceFactory-for-(A,+B,+C,+D,+E,+F,+G,+H,+I,+J,+K)">(A, B, C, D, E, F, G, H, I, J, K)</a></li><li><a href="#impl-HttpServiceFactory-for-(A,+B,+C,+D,+E,+F,+G,+H,+I,+J,+K,+L)">(A, B, C, D, E, F, G, H, I, J, K, L)</a></li><li><a href="#impl-HttpServiceFactory-for-(A,)">(A,)</a></li><li><a href="#impl-HttpServiceFactory-for-Vec%3CT%3E">Vec&lt;T&gt;</a></li></ul><h3><a href="#implementors">Implementors</a></h3></section><h2><a href="index.html">In actix_web::dev</a></h2></div></nav><div class="sidebar-resizer"></div><main><div class="width-limiter"><rustdoc-search></rustdoc-search><section id="main-content" class="content"><div class="main-heading"><h1>Trait <a href="../index.
// Required method
fn <a href="#tymethod.register" class="fn">register</a>(self, config: &amp;mut <a class="struct" href="struct.AppService.html" title="struct actix_web::dev::AppService">AppService</a>);
}</code></pre><h2 id="required-methods" class="section-header">Required Methods<a href="#required-methods" class="anchor">§</a></h2><div class="methods"><section id="tymethod.register" class="method"><a class="src rightside" href="../../src/actix_web/service.rs.html#35">source</a><h4 class="code-header">fn <a href="#tymethod.register" class="fn">register</a>(self, config: &amp;mut <a class="struct" href="struct.AppService.html" title="struct actix_web::dev::AppService">AppService</a>)</h4></section></div><h2 id="foreign-impls" class="section-header">Implementations on Foreign Types<a href="#foreign-impls" class="anchor">§</a></h2><details class="toggle implementors-toggle"><summary><section id="impl-HttpServiceFactory-for-(A,)" class="impl"><a class="src rightside" href="../../src/actix_web/service.rs.html#681">source</a><a href="#impl-HttpServiceFactory-for-(A,)" class="anchor">§</a><h3 class="code-header">impl&lt;A: <a class="trait" href="trait.HttpServiceFactory.html" title="trait actix_web::dev::HttpServiceFactory">HttpServiceFactory</a>&gt; <a class="trait" href="trait.HttpServiceFactory.html" title="trait actix_web::dev::HttpServiceFactory">HttpServiceFactory</a> for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(A,)</a></h3></section></summary><div class="impl-items"><section id="method.register" class="method trait-impl"><a class="src rightside" href="../../src/actix_web/service.rs.html#681">source</a><a href="#method.register" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.register" class="fn">register</a>(self, config: &amp;mut <a class="struct" href="struct.AppService.html" title="struct actix_web::dev::AppService">AppService</a>)</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-HttpServiceFactory-for-(A,+B)" class="impl"><a class="src rightside" href="../../src/actix_web/service.rs.html#682">source</a><a href="#impl-HttpServiceFactory-for-(A,+B)" class="anchor">§</a><h3 class="code-header">impl&lt;A: <a class="trait" href="trait.HttpServiceFactory.html" title="trait actix_web::dev::HttpServiceFactory">HttpServiceFactory</a>, B: <a class="trait" href="trait.HttpServiceFactory.html" title="trait actix_web::dev::HttpServiceFactory">HttpServiceFactory</a>&gt; <a class="trait" href="trait.HttpServiceFactory.html" title="trait actix_web::dev::HttpServiceFactory">HttpServiceFactory</a> for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(A, B)</a></h3></section></summary><div class="impl-items"><section id="method.register-1" class="method trait-impl"><a class="src rightside" href="../../src/actix_web/service.rs.html#682">source</a><a href="#method.register-1" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.register" class="fn">register</a>(self, config: &amp;mut <a class="struct" href="struct.AppService.html" title="struct actix_web::dev::AppService">AppService</a>)</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-HttpServiceFactory-for-(A,+B,+C)" class="impl"><a class="src rightside" href="../../src/actix_web/service.rs.html#683">source</a><a href="#impl-HttpServiceFactory-for-(A,+B,+C)" class="anchor">§</a><h3 class="code-header">impl&lt;A: <a class="trait" href="trait.HttpServiceFactory.html" title="trait actix_web::dev::HttpServiceFactory">HttpServiceFactory</a>, B: <a class="trait" href="trait.HttpServiceFactory.html" title="trait actix_web::dev::HttpServiceFactory">HttpServiceFactory</a>, C: <a class="trait" href="trait.HttpServiceFactory.html" title="trait actix_web::dev::HttpServiceFactory">HttpServiceFactory</a>&gt; <a class="trait" href="trait.HttpServiceFactory.html" title="trait actix_web::dev::HttpServiceFactory">HttpServiceFactory</a> for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(A, B, C)</a></h3></section></summary><div class="impl-items"><section id="method.register-2" class="method trait-impl"><a class="src rightside" href="../.
T: <a class="trait" href="trait.ServiceFactory.html" title="trait actix_web::dev::ServiceFactory">ServiceFactory</a>&lt;<a class="struct" href="struct.ServiceRequest.html" title="struct actix_web::dev::ServiceRequest">ServiceRequest</a>, Config = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, Response = <a class="struct" href="struct.ServiceResponse.html" title="struct actix_web::dev::ServiceResponse">ServiceResponse</a>&lt;B&gt;, Error = <a class="struct" href="../error/struct.Error.html" title="struct actix_web::error::Error">Error</a>, InitError = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>&gt; + 'static,
B: <a class="trait" href="../body/trait.MessageBody.html" title="trait actix_web::body::MessageBody">MessageBody</a> + 'static,</div></h3></section><section id="impl-HttpServiceFactory-for-Scope%3CT%3E" class="impl"><a class="src rightside" href="../../src/actix_web/scope.rs.html#369-441">source</a><a href="#impl-HttpServiceFactory-for-Scope%3CT%3E" class="anchor">§</a><h3 class="code-header">impl&lt;T, B&gt; <a class="trait" href="trait.HttpServiceFactory.html" title="trait actix_web::dev::HttpServiceFactory">HttpServiceFactory</a> for <a class="struct" href="../struct.Scope.html" title="struct actix_web::Scope">Scope</a>&lt;T&gt;<div class="where">where
T: <a class="trait" href="trait.ServiceFactory.html" title="trait actix_web::dev::ServiceFactory">ServiceFactory</a>&lt;<a class="struct" href="struct.ServiceRequest.html" title="struct actix_web::dev::ServiceRequest">ServiceRequest</a>, Config = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, Response = <a class="struct" href="struct.ServiceResponse.html" title="struct actix_web::dev::ServiceResponse">ServiceResponse</a>&lt;B&gt;, Error = <a class="struct" href="../error/struct.Error.html" title="struct actix_web::error::Error">Error</a>, InitError = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>&gt; + 'static,
B: <a class="trait" href="../body/trait.MessageBody.html" title="trait actix_web::body::MessageBody">MessageBody</a> + 'static,</div></h3></section></div><script src="../../trait.impl/actix_web/service/trait.HttpServiceFactory.js" data-ignore-extern-crates="std,alloc" async></script></section></div></main></body></html>