Add kernel modules and basic kernel handling

This commit is contained in:
2021-03-07 12:51:04 -06:00
parent 94add3d471
commit fdcd80a43e
6 changed files with 56 additions and 14 deletions

View File

@@ -100,10 +100,6 @@ export class Request extends ScopedContainer {
this.response = new Response(this, serverResponse)
}
public async prepare() {
}
public getHeader(name: string) {
return this.clientRequest.headers[name.toLowerCase()]
}