diff --git a/src/router/index.ts b/src/router/index.ts
index 5fd7c4d..adc0112 100644
--- a/src/router/index.ts
+++ b/src/router/index.ts
@@ -1,4 +1,4 @@
-export { applyHeaders, applySearchParams } from './http';
+export { applyHeaders, applySearchParams, createMutableResponse, createRouteRequest } from './http';
 export * from './request-context';
 export * from './router';
 export * from './types';