Module Response.Redirect
let make: httpImpl:HttpImpl.t('a, 'b, [> `Code(int) ], 'c, 'd) => ?extra_headers:list((string, string)) => ?code:int => targetPath:string => 'd => unit;
Response.Redirect
let make: httpImpl:HttpImpl.t('a, 'b, [> `Code(int) ], 'c, 'd) => ?extra_headers:list((string, string)) => ?code:int => targetPath:string => 'd => unit;