Lines Matching full:middleware
175 /// middleware.
194 /// [`ConcurrencyLimit`] middleware.
208 /// Usually, when a service or middleware does not have capacity to process a
216 /// middleware.
230 /// middleware.
249 /// middleware.
265 /// middleware.
282 /// middleware.
300 /// middleware.
316 /// middleware.
339 /// // ...and wrap the string service with that middleware:
362 /// // Add a middleware that adds 1 to each request
388 /// middleware.
406 /// middleware.
420 /// This wraps the inner service with an instance of the [`MapFutureLayer`] middleware.
436 /// middleware.
464 /// middleware.
483 /// middleware.
500 /// Wrap the service `S` with the middleware provided by this
512 /// Wrap the async function `F` with the middleware provided by this [`ServiceBuilder`]'s