Skip to content

Commit 14b08ed

Browse files
committed
[GitHub Actions] Updated linux-aarch64 binaries
1 parent 452fa2f commit 14b08ed

File tree

6 files changed

+3
-3
lines changed

6 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. Can also take the name of the parameter. */
210-
getParameter(index: number | RecognizedString) : string | undefined;
209+
/** Returns the parsed parameter at index. Corresponds to route. */
210+
getParameter(index: number) : string;
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-
4af87d37edf978055e00071baa993f2b16c64cdc
1+
6da4d74fc04bd5634ca4d6d0169fb30a38501b47

uws_linux_arm64_108.node

0 Bytes
Binary file not shown.

uws_linux_arm64_115.node

4 KB
Binary file not shown.

uws_linux_arm64_120.node

0 Bytes
Binary file not shown.

uws_linux_arm64_127.node

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)