KestrunRequest.NewRequestSync method

Synchronous helper for tests and simple call sites that prefer not to use async/await. Avoid in ASP.NET request pipelines; intended for unit tests only.

public static KestrunRequest NewRequestSync(HttpContext context)

See Also