Skip to content

Commit

Permalink
[GitHub Actions] Updated linux-aarch64 binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
uNetworkingAB committed Aug 6, 2024
1 parent 366fd26 commit a187243
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,8 @@ export interface HttpResponse {
export interface HttpRequest {
/** Returns the lowercased header value or empty string. */
getHeader(lowerCaseKey: RecognizedString) : string;
/** Returns the parsed parameter at index. Corresponds to route. */
getParameter(index: number) : string;
/** Returns the parsed parameter at index. Corresponds to route. Can also take the name of the parameter. */
getParameter(index: number | RecognizedString) : string | undefined;
/** Returns the URL including initial /slash */
getUrl() : string;
/** Returns the lowercased HTTP method, useful for "any" routes. */
Expand Down
2 changes: 1 addition & 1 deletion source_commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6da4d74fc04bd5634ca4d6d0169fb30a38501b47
93707277d37c04be8aff7ab4363a1032a9f5e594

0 comments on commit a187243

Please sign in to comment.