Skip to content

Commit a187243

Browse files
committed
[GitHub Actions] Updated linux-aarch64 binaries
1 parent 366fd26 commit a187243

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,8 @@ export interface HttpResponse {
206206
export interface HttpRequest {
207207
/** Returns the lowercased header value or empty string. */
208208
getHeader(lowerCaseKey: RecognizedString) : string;
209-
/** Returns the parsed parameter at index. Corresponds to route. */
210-
getParameter(index: number) : string;
209+
/** Returns the parsed parameter at index. Corresponds to route. Can also take the name of the parameter. */
210+
getParameter(index: number | RecognizedString) : string | undefined;
211211
/** Returns the URL including initial /slash */
212212
getUrl() : string;
213213
/** Returns the lowercased HTTP method, useful for "any" routes. */

source_commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6da4d74fc04bd5634ca4d6d0169fb30a38501b47
1+
93707277d37c04be8aff7ab4363a1032a9f5e594

0 commit comments

Comments
 (0)