1
0
mirror of https://github.com/fafhrd91/actix-web synced 2024-11-23 16:21:06 +01:00
actix-web/actix_http/struct.HttpService.html
2024-05-27 01:16:31 +00:00

255 lines
90 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!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="A `ServiceFactory` for HTTP/1.1 and HTTP/2 connections."><title>HttpService in actix_http - 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_http" 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 struct"><!--[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_http/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_http/index.html"><img src="https://actix.rs/img/logo.png" alt="logo"></a><h2><a href="../actix_http/index.html">actix_http</a><span class="version">3.7.0</span></h2></div><h2 class="location"><a href="#">HttpService</a></h2><div class="sidebar-elems"><section><h3><a href="#implementations">Methods</a></h3><ul class="block method"><li><a href="#method.build">build</a></li><li><a href="#method.expect">expect</a></li><li><a href="#method.new">new</a></li><li><a href="#method.openssl">openssl</a></li><li><a href="#method.openssl_with_config">openssl_with_config</a></li><li><a href="#method.rustls">rustls</a></li><li><a href="#method.rustls_021">rustls_021</a></li><li><a href="#method.rustls_021_with_config">rustls_021_with_config</a></li><li><a href="#method.rustls_0_22">rustls_0_22</a></li><li><a href="#method.rustls_0_22_with_config">rustls_0_22_with_config</a></li><li><a href="#method.rustls_0_23">rustls_0_23</a></li><li><a href="#method.rustls_0_23_with_config">rustls_0_23_with_config</a></li><li><a href="#method.rustls_with_config">rustls_with_config</a></li><li><a href="#method.tcp">tcp</a></li><li><a href="#method.tcp_auto_h2c">tcp_auto_h2c</a></li><li><a href="#method.upgrade">upgrade</a></li></ul><h3><a href="#trait-implementations">Trait Implementations</a></h3><ul class="block trait-implementation"><li><a href="#impl-ServiceFactory%3C(T,+Protocol,+Option%3CSocketAddr%3E)%3E-for-HttpService%3CT,+S,+B,+X,+U%3E">ServiceFactory&lt;(T, Protocol, Option&lt;SocketAddr&gt;)&gt;</a></li></ul><h3><a href="#synthetic-implementations">Auto Trait Implementations</a></h3><ul class="block synthetic-implementation"><li><a href="#impl-RefUnwindSafe-for-HttpService%3CT,+S,+B,+X,+U%3E">!RefUnwindSafe</a></li><li><a href="#impl-Send-for-HttpService%3CT,+S,+B,+X,+U%3E">!Send</a></li><li><a href="#impl-Sync-for-HttpService%3CT,+S,+B,+X,+U%3E">!Sync</a></li><li><a href="#impl-UnwindSafe-for-HttpService%3CT,+S,+B,+X,+U%3E">!UnwindSafe</a></li><li><a href="#impl-Freeze-for-HttpService%3CT,+S,+B,+X,+U%3E">Freeze</a></li><li><a href="#impl-Unpin-for-HttpService%3CT,+S,+B,+X,+U%3E">Unpin</a></li></ul><h3><a href="#blanket-implementations">Blanket Implementations</a></h3><ul class="block blanket-implementation"><li><a href="#impl-Any-for-T">Any</a></li><li><a href="#impl-Borrow%3CT%3E-for-T">Borrow&lt;T&gt;</a></li><li><a href="#impl-BorrowMut%3CT%3E-for-T">BorrowMut&lt;T&gt;</a></li><li><a href="#impl-From%3CT%3E-for-T">From&lt;T&gt;</a></li><li><a href="#impl-Instrument-for-T">Instrument</a></li><li><a href="#impl-Into%3CU%3E-for-T">Into&lt;U&gt;</a></li><li><a href="#impl-IntoServiceFactory%3CSF,+Req%3E-for-SF">IntoServiceFactory&lt;SF, Req&gt;</a></li><li><a href="#impl-Same-for-T">Same</a></li><li><a href="#impl-ServiceFactoryExt%3CReq%3E-for-SF">ServiceFactoryExt&lt;Req&gt;</a></li><li><a href="#impl-TryFrom%3CU%3E-for-T">TryFrom&lt;U&gt;</a></li><li><a href="#impl-TryInto%3CU%3E-for-T">TryInto&lt;U&gt;</a></li><li><a href="#impl-VZip%3CV%3E-for-T">VZip&lt;V&gt;</a></li><li><a href="#impl-WithSubscriber-for-T">WithSubscriber</a></li></ul></section><h2><a href="index.html">In crate actix_http</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>Struct <a href="index.html">actix_http</a>::<wbr><a class="struct" href="#">HttpService</a><button id="copy-path" title="Copy item path to clipboard">Copy item path</button></h1><span class="out-of-band"><a class="src" href="../src/actix_http/service.rs.html#60-67">source</a> · <button id="toggle-all-docs" title="collapse all docs">[<span>&#x2212;</span>]</button></span></div><pre class="rust item-decl"><code>pub struct HttpService&lt;T, S, B, X = <a class="struct" href="h1/struct.ExpectHandler.html" title="struct actix_http::h1::ExpectHandler">ExpectHandler</a>, U = <a class="struct" href="h1/struct.UpgradeHandler.html" title="struct actix_http::h1::UpgradeHandler">UpgradeHandler</a>&gt; { <span class="comment">/* private fields */</span> }</code></pre><details class="toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>A [<code>ServiceFactory</code>] for HTTP/1.1 and HTTP/2 connections.</p>
<p>Use <a href="struct.HttpService.html#method.build" title="associated function actix_http::HttpService::build"><code>build</code></a> to begin constructing service. Also see <a href="struct.HttpServiceBuilder.html" title="struct actix_http::HttpServiceBuilder"><code>HttpServiceBuilder</code></a>.</p>
<h2 id="automatic-http-version-selection"><a class="doc-anchor" href="#automatic-http-version-selection">§</a>Automatic HTTP Version Selection</h2>
<p>There are two ways to select the HTTP version of an incoming connection:</p>
<ul>
<li>One is to rely on the ALPN information that is provided when using TLS (HTTPS); both versions
are supported automatically when using either of the <code>.rustls()</code> or <code>.openssl()</code> finalizing
methods.</li>
<li>The other is to read the first few bytes of the TCP stream. This is the only viable approach
for supporting H2C, which allows the HTTP/2 protocol to work over plaintext connections. Use
the <code>.tcp_auto_h2c()</code> finalizing method to enable this behavior.</li>
</ul>
<h2 id="examples"><a class="doc-anchor" href="#examples">§</a>Examples</h2>
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">use </span>actix_http::{HttpService, Request, Response, StatusCode};
<span class="comment">// this service would constructed in an actix_server::Server
</span>HttpService::build()
<span class="comment">// the builder finalizing method, other finalizers would not return an `HttpService`
</span>.finish(|_req: Request| <span class="kw">async move </span>{
<span class="prelude-val">Ok</span>::&lt;<span class="kw">_</span>, Infallible&gt;(
Response::build(StatusCode::OK).body(<span class="string">"Hello!"</span>)
)
})
<span class="comment">// the service finalizing method method
// you can use `.tcp_auto_h2c()`, `.rustls()`, or `.openssl()` instead of `.tcp()`
</span>.tcp();</code></pre></div>
</div></details><h2 id="implementations" class="section-header">Implementations<a href="#implementations" class="anchor">§</a></h2><div id="implementations-list"><details class="toggle implementors-toggle" open><summary><section id="impl-HttpService%3CTlsStream%3CTcpStream%3E,+S,+B,+X,+U%3E" class="impl"><a class="src rightside" href="../src/actix_http/service.rs.html#286-364">source</a><a href="#impl-HttpService%3CTlsStream%3CTcpStream%3E,+S,+B,+X,+U%3E" class="anchor">§</a><h3 class="code-header">impl&lt;S, B, X, U&gt; <a class="struct" href="struct.HttpService.html" title="struct actix_http::HttpService">HttpService</a>&lt;TlsStream&lt;TcpStream&gt;, S, B, X, U&gt;<div class="where">where
S: ServiceFactory&lt;<a class="struct" href="struct.Request.html" title="struct actix_http::Request">Request</a>, Config = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>&gt;,
S::Future: 'static,
S::Error: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a>&lt;<a class="struct" href="struct.Response.html" title="struct actix_http::Response">Response</a>&lt;<a class="struct" href="body/struct.BoxBody.html" title="struct actix_http::body::BoxBody">BoxBody</a>&gt;&gt; + 'static,
S::InitError: <a class="trait" href="https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html" title="trait core::fmt::Debug">Debug</a>,
S::Response: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a>&lt;<a class="struct" href="struct.Response.html" title="struct actix_http::Response">Response</a>&lt;B&gt;&gt; + 'static,
&lt;S::Service as Service&lt;<a class="struct" href="struct.Request.html" title="struct actix_http::Request">Request</a>&gt;&gt;::Future: 'static,
B: <a class="trait" href="body/trait.MessageBody.html" title="trait actix_http::body::MessageBody">MessageBody</a> + 'static,
X: ServiceFactory&lt;<a class="struct" href="struct.Request.html" title="struct actix_http::Request">Request</a>, Config = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, Response = <a class="struct" href="struct.Request.html" title="struct actix_http::Request">Request</a>&gt;,
X::Future: 'static,
X::Error: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a>&lt;<a class="struct" href="struct.Response.html" title="struct actix_http::Response">Response</a>&lt;<a class="struct" href="body/struct.BoxBody.html" title="struct actix_http::body::BoxBody">BoxBody</a>&gt;&gt;,
X::InitError: <a class="trait" href="https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html" title="trait core::fmt::Debug">Debug</a>,
U: ServiceFactory&lt;(<a class="struct" href="struct.Request.html" title="struct actix_http::Request">Request</a>, Framed&lt;TlsStream&lt;TcpStream&gt;, <a class="struct" href="h1/struct.Codec.html" title="struct actix_http::h1::Codec">Codec</a>&gt;), Config = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, Response = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>&gt;,
U::Future: 'static,
U::Error: <a class="trait" href="https://doc.rust-lang.org/nightly/core/fmt/trait.Display.html" title="trait core::fmt::Display">Display</a> + <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a>&lt;<a class="struct" href="struct.Response.html" title="struct actix_http::Response">Response</a>&lt;<a class="struct" href="body/struct.BoxBody.html" title="struct actix_http::body::BoxBody">BoxBody</a>&gt;&gt;,
U::InitError: <a class="trait" href="https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html" title="trait core::fmt::Debug">Debug</a>,</div></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.openssl" class="method"><a class="src rightside" href="../src/actix_http/service.rs.html#312-323">source</a><h4 class="code-header">pub fn <a href="#method.openssl" class="fn">openssl</a>(
self,
acceptor: <a class="struct" href="https://docs.rs/openssl/0.10/openssl/ssl/connector/struct.SslAcceptor.html" title="struct openssl::ssl::connector::SslAcceptor">SslAcceptor</a>
) -&gt; impl ServiceFactory&lt;TcpStream, Config = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, Response = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, Error = TlsError&lt;<a class="struct" href="https://docs.rs/openssl/0.10/openssl/ssl/error/struct.Error.html" title="struct openssl::ssl::error::Error">SslError</a>, <a class="enum" href="error/enum.DispatchError.html" title="enum actix_http::error::DispatchError">DispatchError</a>&gt;, InitError = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>&gt;</h4></section><span class="item-info"><div class="stab portability">Available on <strong>crate feature <code>openssl</code></strong> only.</div></span></summary><div class="docblock"><p>Create OpenSSL based service.</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.openssl_with_config" class="method"><a class="src rightside" href="../src/actix_http/service.rs.html#326-363">source</a><h4 class="code-header">pub fn <a href="#method.openssl_with_config" class="fn">openssl_with_config</a>(
self,
acceptor: <a class="struct" href="https://docs.rs/openssl/0.10/openssl/ssl/connector/struct.SslAcceptor.html" title="struct openssl::ssl::connector::SslAcceptor">SslAcceptor</a>,
tls_acceptor_config: <a class="struct" href="struct.TlsAcceptorConfig.html" title="struct actix_http::TlsAcceptorConfig">TlsAcceptorConfig</a>
) -&gt; impl ServiceFactory&lt;TcpStream, Config = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, Response = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, Error = TlsError&lt;<a class="struct" href="https://docs.rs/openssl/0.10/openssl/ssl/error/struct.Error.html" title="struct openssl::ssl::error::Error">SslError</a>, <a class="enum" href="error/enum.DispatchError.html" title="enum actix_http::error::DispatchError">DispatchError</a>&gt;, InitError = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>&gt;</h4></section><span class="item-info"><div class="stab portability">Available on <strong>crate feature <code>openssl</code></strong> only.</div></span></summary><div class="docblock"><p>Create OpenSSL based service with custom TLS acceptor configuration.</p>
</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-HttpService%3CTlsStream%3CTcpStream%3E,+S,+B,+X,+U%3E-1" class="impl"><a class="src rightside" href="../src/actix_http/service.rs.html#379-460">source</a><a href="#impl-HttpService%3CTlsStream%3CTcpStream%3E,+S,+B,+X,+U%3E-1" class="anchor">§</a><h3 class="code-header">impl&lt;S, B, X, U&gt; <a class="struct" href="struct.HttpService.html" title="struct actix_http::HttpService">HttpService</a>&lt;TlsStream&lt;TcpStream&gt;, S, B, X, U&gt;<div class="where">where
S: ServiceFactory&lt;<a class="struct" href="struct.Request.html" title="struct actix_http::Request">Request</a>, Config = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>&gt;,
S::Future: 'static,
S::Error: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a>&lt;<a class="struct" href="struct.Response.html" title="struct actix_http::Response">Response</a>&lt;<a class="struct" href="body/struct.BoxBody.html" title="struct actix_http::body::BoxBody">BoxBody</a>&gt;&gt; + 'static,
S::InitError: <a class="trait" href="https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html" title="trait core::fmt::Debug">Debug</a>,
S::Response: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a>&lt;<a class="struct" href="struct.Response.html" title="struct actix_http::Response">Response</a>&lt;B&gt;&gt; + 'static,
&lt;S::Service as Service&lt;<a class="struct" href="struct.Request.html" title="struct actix_http::Request">Request</a>&gt;&gt;::Future: 'static,
B: <a class="trait" href="body/trait.MessageBody.html" title="trait actix_http::body::MessageBody">MessageBody</a> + 'static,
X: ServiceFactory&lt;<a class="struct" href="struct.Request.html" title="struct actix_http::Request">Request</a>, Config = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, Response = <a class="struct" href="struct.Request.html" title="struct actix_http::Request">Request</a>&gt;,
X::Future: 'static,
X::Error: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a>&lt;<a class="struct" href="struct.Response.html" title="struct actix_http::Response">Response</a>&lt;<a class="struct" href="body/struct.BoxBody.html" title="struct actix_http::body::BoxBody">BoxBody</a>&gt;&gt;,
X::InitError: <a class="trait" href="https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html" title="trait core::fmt::Debug">Debug</a>,
U: ServiceFactory&lt;(<a class="struct" href="struct.Request.html" title="struct actix_http::Request">Request</a>, Framed&lt;TlsStream&lt;TcpStream&gt;, <a class="struct" href="h1/struct.Codec.html" title="struct actix_http::h1::Codec">Codec</a>&gt;), Config = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, Response = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>&gt;,
U::Future: 'static,
U::Error: <a class="trait" href="https://doc.rust-lang.org/nightly/core/fmt/trait.Display.html" title="trait core::fmt::Display">Display</a> + <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a>&lt;<a class="struct" href="struct.Response.html" title="struct actix_http::Response">Response</a>&lt;<a class="struct" href="body/struct.BoxBody.html" title="struct actix_http::body::BoxBody">BoxBody</a>&gt;&gt;,
U::InitError: <a class="trait" href="https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html" title="trait core::fmt::Debug">Debug</a>,</div></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.rustls" class="method"><a class="src rightside" href="../src/actix_http/service.rs.html#405-416">source</a><h4 class="code-header">pub fn <a href="#method.rustls" class="fn">rustls</a>(
self,
config: ServerConfig
) -&gt; impl ServiceFactory&lt;TcpStream, Config = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, Response = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, Error = TlsError&lt;<a class="struct" href="https://doc.rust-lang.org/nightly/std/io/error/struct.Error.html" title="struct std::io::error::Error">Error</a>, <a class="enum" href="error/enum.DispatchError.html" title="enum actix_http::error::DispatchError">DispatchError</a>&gt;, InitError = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>&gt;</h4></section><span class="item-info"><div class="stab portability">Available on <strong>crate feature <code>rustls-0_20</code></strong> only.</div></span></summary><div class="docblock"><p>Create Rustls v0.20 based service.</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.rustls_with_config" class="method"><a class="src rightside" href="../src/actix_http/service.rs.html#419-459">source</a><h4 class="code-header">pub fn <a href="#method.rustls_with_config" class="fn">rustls_with_config</a>(
self,
config: ServerConfig,
tls_acceptor_config: <a class="struct" href="struct.TlsAcceptorConfig.html" title="struct actix_http::TlsAcceptorConfig">TlsAcceptorConfig</a>
) -&gt; impl ServiceFactory&lt;TcpStream, Config = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, Response = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, Error = TlsError&lt;<a class="struct" href="https://doc.rust-lang.org/nightly/std/io/error/struct.Error.html" title="struct std::io::error::Error">Error</a>, <a class="enum" href="error/enum.DispatchError.html" title="enum actix_http::error::DispatchError">DispatchError</a>&gt;, InitError = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>&gt;</h4></section><span class="item-info"><div class="stab portability">Available on <strong>crate feature <code>rustls-0_20</code></strong> only.</div></span></summary><div class="docblock"><p>Create Rustls v0.20 based service with custom TLS acceptor configuration.</p>
</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-HttpService%3CTlsStream%3CTcpStream%3E,+S,+B,+X,+U%3E-2" class="impl"><a class="src rightside" href="../src/actix_http/service.rs.html#475-556">source</a><a href="#impl-HttpService%3CTlsStream%3CTcpStream%3E,+S,+B,+X,+U%3E-2" class="anchor">§</a><h3 class="code-header">impl&lt;S, B, X, U&gt; <a class="struct" href="struct.HttpService.html" title="struct actix_http::HttpService">HttpService</a>&lt;TlsStream&lt;TcpStream&gt;, S, B, X, U&gt;<div class="where">where
S: ServiceFactory&lt;<a class="struct" href="struct.Request.html" title="struct actix_http::Request">Request</a>, Config = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>&gt;,
S::Future: 'static,
S::Error: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a>&lt;<a class="struct" href="struct.Response.html" title="struct actix_http::Response">Response</a>&lt;<a class="struct" href="body/struct.BoxBody.html" title="struct actix_http::body::BoxBody">BoxBody</a>&gt;&gt; + 'static,
S::InitError: <a class="trait" href="https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html" title="trait core::fmt::Debug">Debug</a>,
S::Response: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a>&lt;<a class="struct" href="struct.Response.html" title="struct actix_http::Response">Response</a>&lt;B&gt;&gt; + 'static,
&lt;S::Service as Service&lt;<a class="struct" href="struct.Request.html" title="struct actix_http::Request">Request</a>&gt;&gt;::Future: 'static,
B: <a class="trait" href="body/trait.MessageBody.html" title="trait actix_http::body::MessageBody">MessageBody</a> + 'static,
X: ServiceFactory&lt;<a class="struct" href="struct.Request.html" title="struct actix_http::Request">Request</a>, Config = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, Response = <a class="struct" href="struct.Request.html" title="struct actix_http::Request">Request</a>&gt;,
X::Future: 'static,
X::Error: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a>&lt;<a class="struct" href="struct.Response.html" title="struct actix_http::Response">Response</a>&lt;<a class="struct" href="body/struct.BoxBody.html" title="struct actix_http::body::BoxBody">BoxBody</a>&gt;&gt;,
X::InitError: <a class="trait" href="https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html" title="trait core::fmt::Debug">Debug</a>,
U: ServiceFactory&lt;(<a class="struct" href="struct.Request.html" title="struct actix_http::Request">Request</a>, Framed&lt;TlsStream&lt;TcpStream&gt;, <a class="struct" href="h1/struct.Codec.html" title="struct actix_http::h1::Codec">Codec</a>&gt;), Config = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, Response = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>&gt;,
U::Future: 'static,
U::Error: <a class="trait" href="https://doc.rust-lang.org/nightly/core/fmt/trait.Display.html" title="trait core::fmt::Display">Display</a> + <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a>&lt;<a class="struct" href="struct.Response.html" title="struct actix_http::Response">Response</a>&lt;<a class="struct" href="body/struct.BoxBody.html" title="struct actix_http::body::BoxBody">BoxBody</a>&gt;&gt;,
U::InitError: <a class="trait" href="https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html" title="trait core::fmt::Debug">Debug</a>,</div></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.rustls_021" class="method"><a class="src rightside" href="../src/actix_http/service.rs.html#501-512">source</a><h4 class="code-header">pub fn <a href="#method.rustls_021" class="fn">rustls_021</a>(
self,
config: ServerConfig
) -&gt; impl ServiceFactory&lt;TcpStream, Config = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, Response = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, Error = TlsError&lt;<a class="struct" href="https://doc.rust-lang.org/nightly/std/io/error/struct.Error.html" title="struct std::io::error::Error">Error</a>, <a class="enum" href="error/enum.DispatchError.html" title="enum actix_http::error::DispatchError">DispatchError</a>&gt;, InitError = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>&gt;</h4></section><span class="item-info"><div class="stab portability">Available on <strong>crate feature <code>rustls-0_21</code></strong> only.</div></span></summary><div class="docblock"><p>Create Rustls v0.21 based service.</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.rustls_021_with_config" class="method"><a class="src rightside" href="../src/actix_http/service.rs.html#515-555">source</a><h4 class="code-header">pub fn <a href="#method.rustls_021_with_config" class="fn">rustls_021_with_config</a>(
self,
config: ServerConfig,
tls_acceptor_config: <a class="struct" href="struct.TlsAcceptorConfig.html" title="struct actix_http::TlsAcceptorConfig">TlsAcceptorConfig</a>
) -&gt; impl ServiceFactory&lt;TcpStream, Config = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, Response = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, Error = TlsError&lt;<a class="struct" href="https://doc.rust-lang.org/nightly/std/io/error/struct.Error.html" title="struct std::io::error::Error">Error</a>, <a class="enum" href="error/enum.DispatchError.html" title="enum actix_http::error::DispatchError">DispatchError</a>&gt;, InitError = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>&gt;</h4></section><span class="item-info"><div class="stab portability">Available on <strong>crate feature <code>rustls-0_21</code></strong> only.</div></span></summary><div class="docblock"><p>Create Rustls v0.21 based service with custom TLS acceptor configuration.</p>
</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-HttpService%3CTlsStream%3CTcpStream%3E,+S,+B,+X,+U%3E-3" class="impl"><a class="src rightside" href="../src/actix_http/service.rs.html#571-652">source</a><a href="#impl-HttpService%3CTlsStream%3CTcpStream%3E,+S,+B,+X,+U%3E-3" class="anchor">§</a><h3 class="code-header">impl&lt;S, B, X, U&gt; <a class="struct" href="struct.HttpService.html" title="struct actix_http::HttpService">HttpService</a>&lt;TlsStream&lt;TcpStream&gt;, S, B, X, U&gt;<div class="where">where
S: ServiceFactory&lt;<a class="struct" href="struct.Request.html" title="struct actix_http::Request">Request</a>, Config = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>&gt;,
S::Future: 'static,
S::Error: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a>&lt;<a class="struct" href="struct.Response.html" title="struct actix_http::Response">Response</a>&lt;<a class="struct" href="body/struct.BoxBody.html" title="struct actix_http::body::BoxBody">BoxBody</a>&gt;&gt; + 'static,
S::InitError: <a class="trait" href="https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html" title="trait core::fmt::Debug">Debug</a>,
S::Response: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a>&lt;<a class="struct" href="struct.Response.html" title="struct actix_http::Response">Response</a>&lt;B&gt;&gt; + 'static,
&lt;S::Service as Service&lt;<a class="struct" href="struct.Request.html" title="struct actix_http::Request">Request</a>&gt;&gt;::Future: 'static,
B: <a class="trait" href="body/trait.MessageBody.html" title="trait actix_http::body::MessageBody">MessageBody</a> + 'static,
X: ServiceFactory&lt;<a class="struct" href="struct.Request.html" title="struct actix_http::Request">Request</a>, Config = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, Response = <a class="struct" href="struct.Request.html" title="struct actix_http::Request">Request</a>&gt;,
X::Future: 'static,
X::Error: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a>&lt;<a class="struct" href="struct.Response.html" title="struct actix_http::Response">Response</a>&lt;<a class="struct" href="body/struct.BoxBody.html" title="struct actix_http::body::BoxBody">BoxBody</a>&gt;&gt;,
X::InitError: <a class="trait" href="https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html" title="trait core::fmt::Debug">Debug</a>,
U: ServiceFactory&lt;(<a class="struct" href="struct.Request.html" title="struct actix_http::Request">Request</a>, Framed&lt;TlsStream&lt;TcpStream&gt;, <a class="struct" href="h1/struct.Codec.html" title="struct actix_http::h1::Codec">Codec</a>&gt;), Config = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, Response = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>&gt;,
U::Future: 'static,
U::Error: <a class="trait" href="https://doc.rust-lang.org/nightly/core/fmt/trait.Display.html" title="trait core::fmt::Display">Display</a> + <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a>&lt;<a class="struct" href="struct.Response.html" title="struct actix_http::Response">Response</a>&lt;<a class="struct" href="body/struct.BoxBody.html" title="struct actix_http::body::BoxBody">BoxBody</a>&gt;&gt;,
U::InitError: <a class="trait" href="https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html" title="trait core::fmt::Debug">Debug</a>,</div></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.rustls_0_22" class="method"><a class="src rightside" href="../src/actix_http/service.rs.html#597-608">source</a><h4 class="code-header">pub fn <a href="#method.rustls_0_22" class="fn">rustls_0_22</a>(
self,
config: ServerConfig
) -&gt; impl ServiceFactory&lt;TcpStream, Config = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, Response = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, Error = TlsError&lt;<a class="struct" href="https://doc.rust-lang.org/nightly/std/io/error/struct.Error.html" title="struct std::io::error::Error">Error</a>, <a class="enum" href="error/enum.DispatchError.html" title="enum actix_http::error::DispatchError">DispatchError</a>&gt;, InitError = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>&gt;</h4></section><span class="item-info"><div class="stab portability">Available on <strong>crate feature <code>rustls-0_22</code></strong> only.</div></span></summary><div class="docblock"><p>Create Rustls v0.22 based service.</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.rustls_0_22_with_config" class="method"><a class="src rightside" href="../src/actix_http/service.rs.html#611-651">source</a><h4 class="code-header">pub fn <a href="#method.rustls_0_22_with_config" class="fn">rustls_0_22_with_config</a>(
self,
config: ServerConfig,
tls_acceptor_config: <a class="struct" href="struct.TlsAcceptorConfig.html" title="struct actix_http::TlsAcceptorConfig">TlsAcceptorConfig</a>
) -&gt; impl ServiceFactory&lt;TcpStream, Config = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, Response = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, Error = TlsError&lt;<a class="struct" href="https://doc.rust-lang.org/nightly/std/io/error/struct.Error.html" title="struct std::io::error::Error">Error</a>, <a class="enum" href="error/enum.DispatchError.html" title="enum actix_http::error::DispatchError">DispatchError</a>&gt;, InitError = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>&gt;</h4></section><span class="item-info"><div class="stab portability">Available on <strong>crate feature <code>rustls-0_22</code></strong> only.</div></span></summary><div class="docblock"><p>Create Rustls v0.22 based service with custom TLS acceptor configuration.</p>
</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-HttpService%3CTlsStream%3CTcpStream%3E,+S,+B,+X,+U%3E-4" class="impl"><a class="src rightside" href="../src/actix_http/service.rs.html#667-748">source</a><a href="#impl-HttpService%3CTlsStream%3CTcpStream%3E,+S,+B,+X,+U%3E-4" class="anchor">§</a><h3 class="code-header">impl&lt;S, B, X, U&gt; <a class="struct" href="struct.HttpService.html" title="struct actix_http::HttpService">HttpService</a>&lt;TlsStream&lt;TcpStream&gt;, S, B, X, U&gt;<div class="where">where
S: ServiceFactory&lt;<a class="struct" href="struct.Request.html" title="struct actix_http::Request">Request</a>, Config = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>&gt;,
S::Future: 'static,
S::Error: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a>&lt;<a class="struct" href="struct.Response.html" title="struct actix_http::Response">Response</a>&lt;<a class="struct" href="body/struct.BoxBody.html" title="struct actix_http::body::BoxBody">BoxBody</a>&gt;&gt; + 'static,
S::InitError: <a class="trait" href="https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html" title="trait core::fmt::Debug">Debug</a>,
S::Response: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a>&lt;<a class="struct" href="struct.Response.html" title="struct actix_http::Response">Response</a>&lt;B&gt;&gt; + 'static,
&lt;S::Service as Service&lt;<a class="struct" href="struct.Request.html" title="struct actix_http::Request">Request</a>&gt;&gt;::Future: 'static,
B: <a class="trait" href="body/trait.MessageBody.html" title="trait actix_http::body::MessageBody">MessageBody</a> + 'static,
X: ServiceFactory&lt;<a class="struct" href="struct.Request.html" title="struct actix_http::Request">Request</a>, Config = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, Response = <a class="struct" href="struct.Request.html" title="struct actix_http::Request">Request</a>&gt;,
X::Future: 'static,
X::Error: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a>&lt;<a class="struct" href="struct.Response.html" title="struct actix_http::Response">Response</a>&lt;<a class="struct" href="body/struct.BoxBody.html" title="struct actix_http::body::BoxBody">BoxBody</a>&gt;&gt;,
X::InitError: <a class="trait" href="https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html" title="trait core::fmt::Debug">Debug</a>,
U: ServiceFactory&lt;(<a class="struct" href="struct.Request.html" title="struct actix_http::Request">Request</a>, Framed&lt;TlsStream&lt;TcpStream&gt;, <a class="struct" href="h1/struct.Codec.html" title="struct actix_http::h1::Codec">Codec</a>&gt;), Config = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, Response = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>&gt;,
U::Future: 'static,
U::Error: <a class="trait" href="https://doc.rust-lang.org/nightly/core/fmt/trait.Display.html" title="trait core::fmt::Display">Display</a> + <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a>&lt;<a class="struct" href="struct.Response.html" title="struct actix_http::Response">Response</a>&lt;<a class="struct" href="body/struct.BoxBody.html" title="struct actix_http::body::BoxBody">BoxBody</a>&gt;&gt;,
U::InitError: <a class="trait" href="https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html" title="trait core::fmt::Debug">Debug</a>,</div></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.rustls_0_23" class="method"><a class="src rightside" href="../src/actix_http/service.rs.html#693-704">source</a><h4 class="code-header">pub fn <a href="#method.rustls_0_23" class="fn">rustls_0_23</a>(
self,
config: ServerConfig
) -&gt; impl ServiceFactory&lt;TcpStream, Config = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, Response = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, Error = TlsError&lt;<a class="struct" href="https://doc.rust-lang.org/nightly/std/io/error/struct.Error.html" title="struct std::io::error::Error">Error</a>, <a class="enum" href="error/enum.DispatchError.html" title="enum actix_http::error::DispatchError">DispatchError</a>&gt;, InitError = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>&gt;</h4></section><span class="item-info"><div class="stab portability">Available on <strong>crate feature <code>rustls-0_23</code></strong> only.</div></span></summary><div class="docblock"><p>Create Rustls v0.23 based service.</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.rustls_0_23_with_config" class="method"><a class="src rightside" href="../src/actix_http/service.rs.html#707-747">source</a><h4 class="code-header">pub fn <a href="#method.rustls_0_23_with_config" class="fn">rustls_0_23_with_config</a>(
self,
config: ServerConfig,
tls_acceptor_config: <a class="struct" href="struct.TlsAcceptorConfig.html" title="struct actix_http::TlsAcceptorConfig">TlsAcceptorConfig</a>
) -&gt; impl ServiceFactory&lt;TcpStream, Config = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, Response = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, Error = TlsError&lt;<a class="struct" href="https://doc.rust-lang.org/nightly/std/io/error/struct.Error.html" title="struct std::io::error::Error">Error</a>, <a class="enum" href="error/enum.DispatchError.html" title="enum actix_http::error::DispatchError">DispatchError</a>&gt;, InitError = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>&gt;</h4></section><span class="item-info"><div class="stab portability">Available on <strong>crate feature <code>rustls-0_23</code></strong> only.</div></span></summary><div class="docblock"><p>Create Rustls v0.23 based service with custom TLS acceptor configuration.</p>
</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-HttpService%3CT,+S,+B%3E" class="impl"><a class="src rightside" href="../src/actix_http/service.rs.html#69-82">source</a><a href="#impl-HttpService%3CT,+S,+B%3E" class="anchor">§</a><h3 class="code-header">impl&lt;T, S, B&gt; <a class="struct" href="struct.HttpService.html" title="struct actix_http::HttpService">HttpService</a>&lt;T, S, B&gt;<div class="where">where
S: ServiceFactory&lt;<a class="struct" href="struct.Request.html" title="struct actix_http::Request">Request</a>, Config = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>&gt;,
S::Error: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a>&lt;<a class="struct" href="struct.Response.html" title="struct actix_http::Response">Response</a>&lt;<a class="struct" href="body/struct.BoxBody.html" title="struct actix_http::body::BoxBody">BoxBody</a>&gt;&gt; + 'static,
S::InitError: <a class="trait" href="https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html" title="trait core::fmt::Debug">Debug</a>,
S::Response: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a>&lt;<a class="struct" href="struct.Response.html" title="struct actix_http::Response">Response</a>&lt;B&gt;&gt; + 'static,
&lt;S::Service as Service&lt;<a class="struct" href="struct.Request.html" title="struct actix_http::Request">Request</a>&gt;&gt;::Future: 'static,
B: <a class="trait" href="body/trait.MessageBody.html" title="trait actix_http::body::MessageBody">MessageBody</a> + 'static,</div></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.build" class="method"><a class="src rightside" href="../src/actix_http/service.rs.html#79-81">source</a><h4 class="code-header">pub fn <a href="#method.build" class="fn">build</a>() -&gt; <a class="struct" href="struct.HttpServiceBuilder.html" title="struct actix_http::HttpServiceBuilder">HttpServiceBuilder</a>&lt;T, S&gt;</h4></section></summary><div class="docblock"><p>Constructs builder for <code>HttpService</code> instance.</p>
</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-HttpService%3CT,+S,+B%3E-1" class="impl"><a class="src rightside" href="../src/actix_http/service.rs.html#84-119">source</a><a href="#impl-HttpService%3CT,+S,+B%3E-1" class="anchor">§</a><h3 class="code-header">impl&lt;T, S, B&gt; <a class="struct" href="struct.HttpService.html" title="struct actix_http::HttpService">HttpService</a>&lt;T, S, B&gt;<div class="where">where
S: ServiceFactory&lt;<a class="struct" href="struct.Request.html" title="struct actix_http::Request">Request</a>, Config = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>&gt;,
S::Error: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a>&lt;<a class="struct" href="struct.Response.html" title="struct actix_http::Response">Response</a>&lt;<a class="struct" href="body/struct.BoxBody.html" title="struct actix_http::body::BoxBody">BoxBody</a>&gt;&gt; + 'static,
S::InitError: <a class="trait" href="https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html" title="trait core::fmt::Debug">Debug</a>,
S::Response: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a>&lt;<a class="struct" href="struct.Response.html" title="struct actix_http::Response">Response</a>&lt;B&gt;&gt; + 'static,
&lt;S::Service as Service&lt;<a class="struct" href="struct.Request.html" title="struct actix_http::Request">Request</a>&gt;&gt;::Future: 'static,
B: <a class="trait" href="body/trait.MessageBody.html" title="trait actix_http::body::MessageBody">MessageBody</a> + 'static,</div></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.new" class="method"><a class="src rightside" href="../src/actix_http/service.rs.html#94-103">source</a><h4 class="code-header">pub fn <a href="#method.new" class="fn">new</a>&lt;F: IntoServiceFactory&lt;S, <a class="struct" href="struct.Request.html" title="struct actix_http::Request">Request</a>&gt;&gt;(service: F) -&gt; Self</h4></section></summary><div class="docblock"><p>Constructs new <code>HttpService</code> instance from service with default config.</p>
</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-HttpService%3CT,+S,+B,+X,+U%3E" class="impl"><a class="src rightside" href="../src/actix_http/service.rs.html#121-175">source</a><a href="#impl-HttpService%3CT,+S,+B,+X,+U%3E" class="anchor">§</a><h3 class="code-header">impl&lt;T, S, B, X, U&gt; <a class="struct" href="struct.HttpService.html" title="struct actix_http::HttpService">HttpService</a>&lt;T, S, B, X, U&gt;<div class="where">where
S: ServiceFactory&lt;<a class="struct" href="struct.Request.html" title="struct actix_http::Request">Request</a>, Config = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>&gt;,
S::Error: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a>&lt;<a class="struct" href="struct.Response.html" title="struct actix_http::Response">Response</a>&lt;<a class="struct" href="body/struct.BoxBody.html" title="struct actix_http::body::BoxBody">BoxBody</a>&gt;&gt; + 'static,
S::InitError: <a class="trait" href="https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html" title="trait core::fmt::Debug">Debug</a>,
S::Response: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a>&lt;<a class="struct" href="struct.Response.html" title="struct actix_http::Response">Response</a>&lt;B&gt;&gt; + 'static,
&lt;S::Service as Service&lt;<a class="struct" href="struct.Request.html" title="struct actix_http::Request">Request</a>&gt;&gt;::Future: 'static,
B: <a class="trait" href="body/trait.MessageBody.html" title="trait actix_http::body::MessageBody">MessageBody</a>,</div></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.expect" class="method"><a class="src rightside" href="../src/actix_http/service.rs.html#134-148">source</a><h4 class="code-header">pub fn <a href="#method.expect" class="fn">expect</a>&lt;X1&gt;(self, expect: X1) -&gt; <a class="struct" href="struct.HttpService.html" title="struct actix_http::HttpService">HttpService</a>&lt;T, S, B, X1, U&gt;<div class="where">where
X1: ServiceFactory&lt;<a class="struct" href="struct.Request.html" title="struct actix_http::Request">Request</a>, Config = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, Response = <a class="struct" href="struct.Request.html" title="struct actix_http::Request">Request</a>&gt;,
X1::Error: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a>&lt;<a class="struct" href="struct.Response.html" title="struct actix_http::Response">Response</a>&lt;<a class="struct" href="body/struct.BoxBody.html" title="struct actix_http::body::BoxBody">BoxBody</a>&gt;&gt;,
X1::InitError: <a class="trait" href="https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html" title="trait core::fmt::Debug">Debug</a>,</div></h4></section></summary><div class="docblock"><p>Sets service for <code>Expect: 100-Continue</code> handling.</p>
<p>An expect service is called with requests that contain an <code>Expect</code> header. A successful
response type is also a request which will be forwarded to the main service.</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.upgrade" class="method"><a class="src rightside" href="../src/actix_http/service.rs.html#154-168">source</a><h4 class="code-header">pub fn <a href="#method.upgrade" class="fn">upgrade</a>&lt;U1&gt;(self, upgrade: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;U1&gt;) -&gt; <a class="struct" href="struct.HttpService.html" title="struct actix_http::HttpService">HttpService</a>&lt;T, S, B, X, U1&gt;<div class="where">where
U1: ServiceFactory&lt;(<a class="struct" href="struct.Request.html" title="struct actix_http::Request">Request</a>, Framed&lt;T, <a class="struct" href="h1/struct.Codec.html" title="struct actix_http::h1::Codec">Codec</a>&gt;), Config = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, Response = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>&gt;,
U1::Error: <a class="trait" href="https://doc.rust-lang.org/nightly/core/fmt/trait.Display.html" title="trait core::fmt::Display">Display</a>,
U1::InitError: <a class="trait" href="https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html" title="trait core::fmt::Debug">Debug</a>,</div></h4></section></summary><div class="docblock"><p>Sets service for custom <code>Connection: Upgrade</code> handling.</p>
<p>If service is provided then normal requests handling get halted and this service get called
with original request and framed object.</p>
</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-HttpService%3CTcpStream,+S,+B,+X,+U%3E" class="impl"><a class="src rightside" href="../src/actix_http/service.rs.html#177-241">source</a><a href="#impl-HttpService%3CTcpStream,+S,+B,+X,+U%3E" class="anchor">§</a><h3 class="code-header">impl&lt;S, B, X, U&gt; <a class="struct" href="struct.HttpService.html" title="struct actix_http::HttpService">HttpService</a>&lt;TcpStream, S, B, X, U&gt;<div class="where">where
S: ServiceFactory&lt;<a class="struct" href="struct.Request.html" title="struct actix_http::Request">Request</a>, Config = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>&gt;,
S::Future: 'static,
S::Error: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a>&lt;<a class="struct" href="struct.Response.html" title="struct actix_http::Response">Response</a>&lt;<a class="struct" href="body/struct.BoxBody.html" title="struct actix_http::body::BoxBody">BoxBody</a>&gt;&gt; + 'static,
S::InitError: <a class="trait" href="https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html" title="trait core::fmt::Debug">Debug</a>,
S::Response: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a>&lt;<a class="struct" href="struct.Response.html" title="struct actix_http::Response">Response</a>&lt;B&gt;&gt; + 'static,
&lt;S::Service as Service&lt;<a class="struct" href="struct.Request.html" title="struct actix_http::Request">Request</a>&gt;&gt;::Future: 'static,
B: <a class="trait" href="body/trait.MessageBody.html" title="trait actix_http::body::MessageBody">MessageBody</a> + 'static,
X: ServiceFactory&lt;<a class="struct" href="struct.Request.html" title="struct actix_http::Request">Request</a>, Config = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, Response = <a class="struct" href="struct.Request.html" title="struct actix_http::Request">Request</a>&gt;,
X::Future: 'static,
X::Error: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a>&lt;<a class="struct" href="struct.Response.html" title="struct actix_http::Response">Response</a>&lt;<a class="struct" href="body/struct.BoxBody.html" title="struct actix_http::body::BoxBody">BoxBody</a>&gt;&gt;,
X::InitError: <a class="trait" href="https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html" title="trait core::fmt::Debug">Debug</a>,
U: ServiceFactory&lt;(<a class="struct" href="struct.Request.html" title="struct actix_http::Request">Request</a>, Framed&lt;TcpStream, <a class="struct" href="h1/struct.Codec.html" title="struct actix_http::h1::Codec">Codec</a>&gt;), Config = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, Response = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>&gt;,
U::Future: 'static,
U::Error: <a class="trait" href="https://doc.rust-lang.org/nightly/core/fmt/trait.Display.html" title="trait core::fmt::Display">Display</a> + <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a>&lt;<a class="struct" href="struct.Response.html" title="struct actix_http::Response">Response</a>&lt;<a class="struct" href="body/struct.BoxBody.html" title="struct actix_http::body::BoxBody">BoxBody</a>&gt;&gt;,
U::InitError: <a class="trait" href="https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html" title="trait core::fmt::Debug">Debug</a>,</div></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.tcp" class="method"><a class="src rightside" href="../src/actix_http/service.rs.html#201-210">source</a><h4 class="code-header">pub fn <a href="#method.tcp" class="fn">tcp</a>(
self
) -&gt; impl ServiceFactory&lt;TcpStream, Config = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, Response = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, Error = <a class="enum" href="error/enum.DispatchError.html" title="enum actix_http::error::DispatchError">DispatchError</a>, InitError = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>&gt;</h4></section></summary><div class="docblock"><p>Creates TCP stream service from HTTP service.</p>
<p>The resulting service only supports HTTP/1.x.</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.tcp_auto_h2c" class="method"><a class="src rightside" href="../src/actix_http/service.rs.html#215-240">source</a><h4 class="code-header">pub fn <a href="#method.tcp_auto_h2c" class="fn">tcp_auto_h2c</a>(
self
) -&gt; impl ServiceFactory&lt;TcpStream, Config = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, Response = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, Error = <a class="enum" href="error/enum.DispatchError.html" title="enum actix_http::error::DispatchError">DispatchError</a>, InitError = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>&gt;</h4></section><span class="item-info"><div class="stab portability">Available on <strong>crate feature <code>http2</code></strong> only.</div></span></summary><div class="docblock"><p>Creates TCP stream service from HTTP service that automatically selects HTTP/1.x or HTTP/2
on plaintext connections.</p>
</div></details></div></details></div><h2 id="trait-implementations" class="section-header">Trait Implementations<a href="#trait-implementations" class="anchor">§</a></h2><div id="trait-implementations-list"><details class="toggle implementors-toggle" open><summary><section id="impl-ServiceFactory%3C(T,+Protocol,+Option%3CSocketAddr%3E)%3E-for-HttpService%3CT,+S,+B,+X,+U%3E" class="impl"><a class="src rightside" href="../src/actix_http/service.rs.html#751-817">source</a><a href="#impl-ServiceFactory%3C(T,+Protocol,+Option%3CSocketAddr%3E)%3E-for-HttpService%3CT,+S,+B,+X,+U%3E" class="anchor">§</a><h3 class="code-header">impl&lt;T, S, B, X, U&gt; ServiceFactory&lt;(T, <a class="enum" href="enum.Protocol.html" title="enum actix_http::Protocol">Protocol</a>, <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="enum" href="https://doc.rust-lang.org/nightly/core/net/socket_addr/enum.SocketAddr.html" title="enum core::net::socket_addr::SocketAddr">SocketAddr</a>&gt;)&gt; for <a class="struct" href="struct.HttpService.html" title="struct actix_http::HttpService">HttpService</a>&lt;T, S, B, X, U&gt;<div class="where">where
T: AsyncRead + AsyncWrite + <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Unpin.html" title="trait core::marker::Unpin">Unpin</a> + 'static,
S: ServiceFactory&lt;<a class="struct" href="struct.Request.html" title="struct actix_http::Request">Request</a>, Config = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>&gt;,
S::Future: 'static,
S::Error: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a>&lt;<a class="struct" href="struct.Response.html" title="struct actix_http::Response">Response</a>&lt;<a class="struct" href="body/struct.BoxBody.html" title="struct actix_http::body::BoxBody">BoxBody</a>&gt;&gt; + 'static,
S::InitError: <a class="trait" href="https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html" title="trait core::fmt::Debug">Debug</a>,
S::Response: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a>&lt;<a class="struct" href="struct.Response.html" title="struct actix_http::Response">Response</a>&lt;B&gt;&gt; + 'static,
&lt;S::Service as Service&lt;<a class="struct" href="struct.Request.html" title="struct actix_http::Request">Request</a>&gt;&gt;::Future: 'static,
B: <a class="trait" href="body/trait.MessageBody.html" title="trait actix_http::body::MessageBody">MessageBody</a> + 'static,
X: ServiceFactory&lt;<a class="struct" href="struct.Request.html" title="struct actix_http::Request">Request</a>, Config = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, Response = <a class="struct" href="struct.Request.html" title="struct actix_http::Request">Request</a>&gt;,
X::Future: 'static,
X::Error: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a>&lt;<a class="struct" href="struct.Response.html" title="struct actix_http::Response">Response</a>&lt;<a class="struct" href="body/struct.BoxBody.html" title="struct actix_http::body::BoxBody">BoxBody</a>&gt;&gt;,
X::InitError: <a class="trait" href="https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html" title="trait core::fmt::Debug">Debug</a>,
U: ServiceFactory&lt;(<a class="struct" href="struct.Request.html" title="struct actix_http::Request">Request</a>, Framed&lt;T, <a class="struct" href="h1/struct.Codec.html" title="struct actix_http::h1::Codec">Codec</a>&gt;), Config = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, Response = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>&gt;,
U::Future: 'static,
U::Error: <a class="trait" href="https://doc.rust-lang.org/nightly/core/fmt/trait.Display.html" title="trait core::fmt::Display">Display</a> + <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a>&lt;<a class="struct" href="struct.Response.html" title="struct actix_http::Response">Response</a>&lt;<a class="struct" href="body/struct.BoxBody.html" title="struct actix_http::body::BoxBody">BoxBody</a>&gt;&gt;,
U::InitError: <a class="trait" href="https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html" title="trait core::fmt::Debug">Debug</a>,</div></h3></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Response" class="associatedtype trait-impl"><a href="#associatedtype.Response" class="anchor">§</a><h4 class="code-header">type <a class="associatedtype">Response</a> = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a></h4></section></summary><div class='docblock'>Responses given by the created services.</div></details><details class="toggle" open><summary><section id="associatedtype.Error" class="associatedtype trait-impl"><a href="#associatedtype.Error" class="anchor">§</a><h4 class="code-header">type <a class="associatedtype">Error</a> = <a class="enum" href="error/enum.DispatchError.html" title="enum actix_http::error::DispatchError">DispatchError</a></h4></section></summary><div class='docblock'>Errors produced by the created services.</div></details><details class="toggle" open><summary><section id="associatedtype.Config" class="associatedtype trait-impl"><a href="#associatedtype.Config" class="anchor">§</a><h4 class="code-header">type <a class="associatedtype">Config</a> = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a></h4></section></summary><div class='docblock'>Service factory configuration.</div></details><details class="toggle" open><summary><section id="associatedtype.Service" class="associatedtype trait-impl"><a href="#associatedtype.Service" class="anchor">§</a><h4 class="code-header">type <a class="associatedtype">Service</a> = HttpServiceHandler&lt;T, &lt;S as ServiceFactory&lt;<a class="struct" href="struct.Request.html" title="struct actix_http::Request">Request</a>&gt;&gt;::Service, B, &lt;X as ServiceFactory&lt;<a class="struct" href="struct.Request.html" title="struct actix_http::Request">Request</a>&gt;&gt;::Service, &lt;U as ServiceFactory&lt;(<a class="struct" href="struct.Request.html" title="struct actix_http::Request">Request</a>, Framed&lt;T, <a class="struct" href="h1/struct.Codec.html" title="struct actix_http::h1::Codec">Codec</a>&gt;)&gt;&gt;::Service&gt;</h4></section></summary><div class='docblock'>The kind of <code>Service</code> created by this factory.</div></details><details class="toggle" open><summary><section id="associatedtype.InitError" class="associatedtype trait-impl"><a href="#associatedtype.InitError" class="anchor">§</a><h4 class="code-header">type <a class="associatedtype">InitError</a> = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a></h4></section></summary><div class='docblock'>Errors potentially raised while building a service.</div></details><details class="toggle" open><summary><section id="associatedtype.Future" class="associatedtype trait-impl"><a href="#associatedtype.Future" class="anchor">§</a><h4 class="code-header">type <a class="associatedtype">Future</a> = <a class="struct" href="https://doc.rust-lang.org/nightly/core/pin/struct.Pin.html" title="struct core::pin::Pin">Pin</a>&lt;<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/boxed/struct.Box.html" title="struct alloc::boxed::Box">Box</a>&lt;dyn <a class="trait" href="https://doc.rust-lang.org/nightly/core/future/future/trait.Future.html" title="trait core::future::future::Future">Future</a>&lt;Output = <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;&lt;<a class="struct" href="struct.HttpService.html" title="struct actix_http::HttpService">HttpService</a>&lt;T, S, B, X, U&gt; as ServiceFactory&lt;(T, <a class="enum" href="enum.Protocol.html" title="enum actix_http::Protocol">Protocol</a>, <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="enum" href="https://doc.rust-lang.org/nightly/core/net/socket_addr/enum.SocketAddr.html" title="enum core::net::socket_addr::SocketAddr">SocketAddr</a>&gt;)&gt;&gt;::Service, &lt;<a class="struct" href="struct.HttpService.html" title="struct actix_http::HttpService">HttpService</a>&lt;T, S, B, X, U&gt; as ServiceFactory&lt;(T, <a class="enum" href="enum.Protocol.html" title="enum actix_http::Protocol">Protocol</a>, <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="enum" href="https://doc.rust-lang.org/nightly/core/net/socket_addr/enum.SocketAddr.html" title="enum core::net::socket_addr::SocketAddr">SocketAddr</a>&gt;)&gt;&gt;::InitError&gt;&gt;&gt;&gt;</h4></section></summary><div class='docblock'>The future of the <code>Service</code> instance.g</div></details><details class="toggle method-toggle" open><summary><section id="method.new_service" class="method trait-impl"><a class="src rightside" href="../src/actix_http/service.rs.html#782-816">source</a><a href="#method.new_service" class="anchor">§</a><h4 class="code-header">fn <a class="fn">new_service</a>(&amp;self, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>) -&gt; Self::Future</h4></section></summary><div class='docblock'>Create and return a new service asynchronously.</div></details></div></details></div><h2 id="synthetic-implementations" class="section-header">Auto Trait Implementations<a href="#synthetic-implementations" class="anchor">§</a></h2><div id="synthetic-implementations-list"><section id="impl-Freeze-for-HttpService%3CT,+S,+B,+X,+U%3E" class="impl"><a href="#impl-Freeze-for-HttpService%3CT,+S,+B,+X,+U%3E" class="anchor">§</a><h3 class="code-header">impl&lt;T, S, B, X, U&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Freeze.html" title="trait core::marker::Freeze">Freeze</a> for <a class="struct" href="struct.HttpService.html" title="struct actix_http::HttpService">HttpService</a>&lt;T, S, B, X, U&gt;<div class="where">where
S: <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Freeze.html" title="trait core::marker::Freeze">Freeze</a>,
X: <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Freeze.html" title="trait core::marker::Freeze">Freeze</a>,
U: <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Freeze.html" title="trait core::marker::Freeze">Freeze</a>,</div></h3></section><section id="impl-RefUnwindSafe-for-HttpService%3CT,+S,+B,+X,+U%3E" class="impl"><a href="#impl-RefUnwindSafe-for-HttpService%3CT,+S,+B,+X,+U%3E" class="anchor">§</a><h3 class="code-header">impl&lt;T, S, B, X = <a class="struct" href="h1/struct.ExpectHandler.html" title="struct actix_http::h1::ExpectHandler">ExpectHandler</a>, U = <a class="struct" href="h1/struct.UpgradeHandler.html" title="struct actix_http::h1::UpgradeHandler">UpgradeHandler</a>&gt; !<a class="trait" href="https://doc.rust-lang.org/nightly/core/panic/unwind_safe/trait.RefUnwindSafe.html" title="trait core::panic::unwind_safe::RefUnwindSafe">RefUnwindSafe</a> for <a class="struct" href="struct.HttpService.html" title="struct actix_http::HttpService">HttpService</a>&lt;T, S, B, X, U&gt;</h3></section><section id="impl-Send-for-HttpService%3CT,+S,+B,+X,+U%3E" class="impl"><a href="#impl-Send-for-HttpService%3CT,+S,+B,+X,+U%3E" class="anchor">§</a><h3 class="code-header">impl&lt;T, S, B, X = <a class="struct" href="h1/struct.ExpectHandler.html" title="struct actix_http::h1::ExpectHandler">ExpectHandler</a>, U = <a class="struct" href="h1/struct.UpgradeHandler.html" title="struct actix_http::h1::UpgradeHandler">UpgradeHandler</a>&gt; !<a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a> for <a class="struct" href="struct.HttpService.html" title="struct actix_http::HttpService">HttpService</a>&lt;T, S, B, X, U&gt;</h3></section><section id="impl-Sync-for-HttpService%3CT,+S,+B,+X,+U%3E" class="impl"><a href="#impl-Sync-for-HttpService%3CT,+S,+B,+X,+U%3E" class="anchor">§</a><h3 class="code-header">impl&lt;T, S, B, X = <a class="struct" href="h1/struct.ExpectHandler.html" title="struct actix_http::h1::ExpectHandler">ExpectHandler</a>, U = <a class="struct" href="h1/struct.UpgradeHandler.html" title="struct actix_http::h1::UpgradeHandler">UpgradeHandler</a>&gt; !<a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sync.html" title="trait core::marker::Sync">Sync</a> for <a class="struct" href="struct.HttpService.html" title="struct actix_http::HttpService">HttpService</a>&lt;T, S, B, X, U&gt;</h3></section><section id="impl-Unpin-for-HttpService%3CT,+S,+B,+X,+U%3E" class="impl"><a href="#impl-Unpin-for-HttpService%3CT,+S,+B,+X,+U%3E" class="anchor">§</a><h3 class="code-header">impl&lt;T, S, B, X, U&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Unpin.html" title="trait core::marker::Unpin">Unpin</a> for <a class="struct" href="struct.HttpService.html" title="struct actix_http::HttpService">HttpService</a>&lt;T, S, B, X, U&gt;<div class="where">where
S: <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Unpin.html" title="trait core::marker::Unpin">Unpin</a>,
X: <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Unpin.html" title="trait core::marker::Unpin">Unpin</a>,
U: <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Unpin.html" title="trait core::marker::Unpin">Unpin</a>,
B: <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Unpin.html" title="trait core::marker::Unpin">Unpin</a>,</div></h3></section><section id="impl-UnwindSafe-for-HttpService%3CT,+S,+B,+X,+U%3E" class="impl"><a href="#impl-UnwindSafe-for-HttpService%3CT,+S,+B,+X,+U%3E" class="anchor">§</a><h3 class="code-header">impl&lt;T, S, B, X = <a class="struct" href="h1/struct.ExpectHandler.html" title="struct actix_http::h1::ExpectHandler">ExpectHandler</a>, U = <a class="struct" href="h1/struct.UpgradeHandler.html" title="struct actix_http::h1::UpgradeHandler">UpgradeHandler</a>&gt; !<a class="trait" href="https://doc.rust-lang.org/nightly/core/panic/unwind_safe/trait.UnwindSafe.html" title="trait core::panic::unwind_safe::UnwindSafe">UnwindSafe</a> for <a class="struct" href="struct.HttpService.html" title="struct actix_http::HttpService">HttpService</a>&lt;T, S, B, X, U&gt;</h3></section></div><h2 id="blanket-implementations" class="section-header">Blanket Implementations<a href="#blanket-implementations" class="anchor">§</a></h2><div id="blanket-implementations-list"><details class="toggle implementors-toggle"><summary><section id="impl-Any-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/nightly/src/core/any.rs.html#140">source</a><a href="#impl-Any-for-T" class="anchor">§</a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/any/trait.Any.html" title="trait core::any::Any">Any</a> for T<div class="where">where
T: 'static + ?<a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.type_id" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/nightly/src/core/any.rs.html#141">source</a><a href="#method.type_id" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/nightly/core/any/trait.Any.html#tymethod.type_id" class="fn">type_id</a>(&amp;self) -&gt; <a class="struct" href="https://doc.rust-lang.org/nightly/core/any/struct.TypeId.html" title="struct core::any::TypeId">TypeId</a></h4></section></summary><div class='docblock'>Gets the <code>TypeId</code> of <code>self</code>. <a href="https://doc.rust-lang.org/nightly/core/any/trait.Any.html#tymethod.type_id">Read more</a></div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Borrow%3CT%3E-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/nightly/src/core/borrow.rs.html#208">source</a><a href="#impl-Borrow%3CT%3E-for-T" class="anchor">§</a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/borrow/trait.Borrow.html" title="trait core::borrow::Borrow">Borrow</a>&lt;T&gt; for T<div class="where">where
T: ?<a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.borrow" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/nightly/src/core/borrow.rs.html#210">source</a><a href="#method.borrow" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/nightly/core/borrow/trait.Borrow.html#tymethod.borrow" class="fn">borrow</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;T</a></h4></section></summary><div class='docblock'>Immutably borrows from an owned value. <a href="https://doc.rust-lang.org/nightly/core/borrow/trait.Borrow.html#tymethod.borrow">Read more</a></div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-BorrowMut%3CT%3E-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/nightly/src/core/borrow.rs.html#216">source</a><a href="#impl-BorrowMut%3CT%3E-for-T" class="anchor">§</a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/borrow/trait.BorrowMut.html" title="trait core::borrow::BorrowMut">BorrowMut</a>&lt;T&gt; for T<div class="where">where
T: ?<a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.borrow_mut" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/nightly/src/core/borrow.rs.html#217">source</a><a href="#method.borrow_mut" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/nightly/core/borrow/trait.BorrowMut.html#tymethod.borrow_mut" class="fn">borrow_mut</a>(&amp;mut self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;mut T</a></h4></section></summary><div class='docblock'>Mutably borrows from an owned value. <a href="https://doc.rust-lang.org/nightly/core/borrow/trait.BorrowMut.html#tymethod.borrow_mut">Read more</a></div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-From%3CT%3E-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#765">source</a><a href="#impl-From%3CT%3E-for-T" class="anchor">§</a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a>&lt;T&gt; for T</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.from" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#768">source</a><a href="#method.from" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from" class="fn">from</a>(t: T) -&gt; T</h4></section></summary><div class="docblock"><p>Returns the argument unchanged.</p>
</div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Instrument-for-T" class="impl"><a href="#impl-Instrument-for-T" class="anchor">§</a><h3 class="code-header">impl&lt;T&gt; Instrument for T</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.instrument" class="method trait-impl"><a href="#method.instrument" class="anchor">§</a><h4 class="code-header">fn <a class="fn">instrument</a>(self, span: Span) -&gt; Instrumented&lt;Self&gt;</h4></section></summary><div class='docblock'>Instruments this type with the provided [<code>Span</code>], returning an
<code>Instrumented</code> wrapper. <a>Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.in_current_span" class="method trait-impl"><a href="#method.in_current_span" class="anchor">§</a><h4 class="code-header">fn <a class="fn">in_current_span</a>(self) -&gt; Instrumented&lt;Self&gt;</h4></section></summary><div class='docblock'>Instruments this type with the <a href="super::Span::current()">current</a> <a href="crate::Span"><code>Span</code></a>, returning an
<code>Instrumented</code> wrapper. <a>Read more</a></div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Into%3CU%3E-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#748-750">source</a><a href="#impl-Into%3CU%3E-for-T" class="anchor">§</a><h3 class="code-header">impl&lt;T, U&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a>&lt;U&gt; for T<div class="where">where
U: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a>&lt;T&gt;,</div></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.into" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#758">source</a><a href="#method.into" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html#tymethod.into" class="fn">into</a>(self) -&gt; U</h4></section></summary><div class="docblock"><p>Calls <code>U::from(self)</code>.</p>
<p>That is, this conversion is whatever the implementation of
<code><a href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a>&lt;T&gt; for U</code> chooses to do.</p>
</div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-IntoServiceFactory%3CSF,+Req%3E-for-SF" class="impl"><a href="#impl-IntoServiceFactory%3CSF,+Req%3E-for-SF" class="anchor">§</a><h3 class="code-header">impl&lt;SF, Req&gt; IntoServiceFactory&lt;SF, Req&gt; for SF<div class="where">where
SF: ServiceFactory&lt;Req&gt;,</div></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.into_factory" class="method trait-impl"><a href="#method.into_factory" class="anchor">§</a><h4 class="code-header">fn <a class="fn">into_factory</a>(self) -&gt; SF</h4></section></summary><div class='docblock'>Convert <code>Self</code> to a <code>ServiceFactory</code></div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Same-for-T" class="impl"><a class="src rightside" href="https://docs.rs/typenum/1.17.0/src/typenum/type_operators.rs.html#34">source</a><a href="#impl-Same-for-T" class="anchor">§</a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="https://docs.rs/typenum/1.17.0/typenum/type_operators/trait.Same.html" title="trait typenum::type_operators::Same">Same</a> for T</h3></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Output" class="associatedtype trait-impl"><a href="#associatedtype.Output" class="anchor">§</a><h4 class="code-header">type <a href="https://docs.rs/typenum/1.17.0/typenum/type_operators/trait.Same.html#associatedtype.Output" class="associatedtype">Output</a> = T</h4></section></summary><div class='docblock'>Should always be <code>Self</code></div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-ServiceFactoryExt%3CReq%3E-for-SF" class="impl"><a href="#impl-ServiceFactoryExt%3CReq%3E-for-SF" class="anchor">§</a><h3 class="code-header">impl&lt;SF, Req&gt; ServiceFactoryExt&lt;Req&gt; for SF<div class="where">where
SF: ServiceFactory&lt;Req&gt;,</div></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.map" class="method trait-impl"><a href="#method.map" class="anchor">§</a><h4 class="code-header">fn <a class="fn">map</a>&lt;F, R&gt;(self, f: F) -&gt; MapServiceFactory&lt;Self, F, Req, R&gt;<div class="where">where
Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,
F: <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/function/trait.FnMut.html" title="trait core::ops::function::FnMut">FnMut</a>(Self::Response) -&gt; R + <a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a>,</div></h4></section></summary><div class='docblock'>Map this services output to a different type, returning a new service
of the resulting type.</div></details><details class="toggle method-toggle" open><summary><section id="method.map_err" class="method trait-impl"><a href="#method.map_err" class="anchor">§</a><h4 class="code-header">fn <a class="fn">map_err</a>&lt;F, E&gt;(self, f: F) -&gt; MapErrServiceFactory&lt;Self, Req, F, E&gt;<div class="where">where
Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,
F: <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/function/trait.Fn.html" title="trait core::ops::function::Fn">Fn</a>(Self::Error) -&gt; E + <a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a>,</div></h4></section></summary><div class='docblock'>Map this services error to a different error, returning a new service.</div></details><details class="toggle method-toggle" open><summary><section id="method.map_init_err" class="method trait-impl"><a href="#method.map_init_err" class="anchor">§</a><h4 class="code-header">fn <a class="fn">map_init_err</a>&lt;F, E&gt;(self, f: F) -&gt; MapInitErr&lt;Self, F, Req, E&gt;<div class="where">where
Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,
F: <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/function/trait.Fn.html" title="trait core::ops::function::Fn">Fn</a>(Self::InitError) -&gt; E + <a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a>,</div></h4></section></summary><div class='docblock'>Map this factorys init error to a different error, returning a new service.</div></details><details class="toggle method-toggle" open><summary><section id="method.and_then" class="method trait-impl"><a href="#method.and_then" class="anchor">§</a><h4 class="code-header">fn <a class="fn">and_then</a>&lt;I, SF1&gt;(self, factory: I) -&gt; AndThenServiceFactory&lt;Self, SF1, Req&gt;<div class="where">where
Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,
Self::Config: <a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a>,
I: IntoServiceFactory&lt;SF1, Self::Response&gt;,
SF1: ServiceFactory&lt;Self::Response, Config = Self::Config, Error = Self::Error, InitError = Self::InitError&gt;,</div></h4></section></summary><div class='docblock'>Call another service after call to this one has resolved successfully.</div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-TryFrom%3CU%3E-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#805-807">source</a><a href="#impl-TryFrom%3CU%3E-for-T" class="anchor">§</a><h3 class="code-header">impl&lt;T, U&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a>&lt;U&gt; for T<div class="where">where
U: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a>&lt;T&gt;,</div></h3></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Error-2" class="associatedtype trait-impl"><a href="#associatedtype.Error-2" class="anchor">§</a><h4 class="code-header">type <a href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#associatedtype.Error" class="associatedtype">Error</a> = <a class="enum" href="https://doc.rust-lang.org/nightly/core/convert/enum.Infallible.html" title="enum core::convert::Infallible">Infallible</a></h4></section></summary><div class='docblock'>The type returned in the event of a conversion error.</div></details><details class="toggle method-toggle" open><summary><section id="method.try_from" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#812">source</a><a href="#method.try_from" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#tymethod.try_from" class="fn">try_from</a>(value: U) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;T, &lt;T as <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a>&lt;U&gt;&gt;::<a class="associatedtype" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#associatedtype.Error" title="type core::convert::TryFrom::Error">Error</a>&gt;</h4></section></summary><div class='docblock'>Performs the conversion.</div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-TryInto%3CU%3E-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#790-792">source</a><a href="#impl-TryInto%3CU%3E-for-T" class="anchor">§</a><h3 class="code-header">impl&lt;T, U&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryInto.html" title="trait core::convert::TryInto">TryInto</a>&lt;U&gt; for T<div class="where">where
U: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a>&lt;T&gt;,</div></h3></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Error-1" class="associatedtype trait-impl"><a href="#associatedtype.Error-1" class="anchor">§</a><h4 class="code-header">type <a href="https://doc.rust-lang.org/nightly/core/convert/trait.TryInto.html#associatedtype.Error" class="associatedtype">Error</a> = &lt;U as <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a>&lt;T&gt;&gt;::<a class="associatedtype" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#associatedtype.Error" title="type core::convert::TryFrom::Error">Error</a></h4></section></summary><div class='docblock'>The type returned in the event of a conversion error.</div></details><details class="toggle method-toggle" open><summary><section id="method.try_into" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#797">source</a><a href="#method.try_into" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/nightly/core/convert/trait.TryInto.html#tymethod.try_into" class="fn">try_into</a>(self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;U, &lt;U as <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a>&lt;T&gt;&gt;::<a class="associatedtype" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#associatedtype.Error" title="type core::convert::TryFrom::Error">Error</a>&gt;</h4></section></summary><div class='docblock'>Performs the conversion.</div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-VZip%3CV%3E-for-T" class="impl"><a href="#impl-VZip%3CV%3E-for-T" class="anchor">§</a><h3 class="code-header">impl&lt;V, T&gt; VZip&lt;V&gt; for T<div class="where">where
V: MultiLane&lt;T&gt;,</div></h3></section></summary><div class="impl-items"><section id="method.vzip" class="method trait-impl"><a href="#method.vzip" class="anchor">§</a><h4 class="code-header">fn <a class="fn">vzip</a>(self) -&gt; V</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-WithSubscriber-for-T" class="impl"><a href="#impl-WithSubscriber-for-T" class="anchor">§</a><h3 class="code-header">impl&lt;T&gt; WithSubscriber for T</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.with_subscriber" class="method trait-impl"><a href="#method.with_subscriber" class="anchor">§</a><h4 class="code-header">fn <a class="fn">with_subscriber</a>&lt;S&gt;(self, subscriber: S) -&gt; WithDispatch&lt;Self&gt;<div class="where">where
S: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a>&lt;Dispatch&gt;,</div></h4></section></summary><div class='docblock'>Attaches the provided <a href="super::Subscriber"><code>Subscriber</code></a> to this type, returning a
[<code>WithDispatch</code>] wrapper. <a>Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.with_current_subscriber" class="method trait-impl"><a href="#method.with_current_subscriber" class="anchor">§</a><h4 class="code-header">fn <a class="fn">with_current_subscriber</a>(self) -&gt; WithDispatch&lt;Self&gt;</h4></section></summary><div class='docblock'>Attaches the current <a href="crate::dispatcher#setting-the-default-subscriber">default</a> <a href="super::Subscriber"><code>Subscriber</code></a> to this type, returning a
[<code>WithDispatch</code>] wrapper. <a>Read more</a></div></details></div></details></div></section></div></main></body></html>