---
title: getContext
source: https://github.com/remix-run/remix/blob/remix@3.0.0-beta.2/packages/async-context-middleware/src/lib/async-context.ts#L40
---

# getContext

## Summary

Get the request context from `AsyncLocalStorage`.

## Signature

```ts
function getContext(): RequestContext;

```

## Returns

The request context