Add kernel modules and basic kernel handling
This commit is contained in:
@@ -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()]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user