mirror of
https://github.com/denoland/deno.git
synced 2025-09-27 20:59:10 +00:00
parent
bfce376c68
commit
b0482400c9
5 changed files with 94 additions and 1 deletions
|
@ -0,0 +1,5 @@
|
|||
export class ServerRequest {
|
||||
respond(value: { body: string }) {
|
||||
console.log(value);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue