Add mounting for activated routes, route compiling, routing
This commit is contained in:
@@ -5,6 +5,7 @@ import {HTTPCookieJar} from "../kernel/HTTPCookieJar";
|
||||
import {TLSSocket} from "tls";
|
||||
import * as url from "url";
|
||||
import {Response} from "./Response";
|
||||
import {ActivatedRoute} from "../routing/ActivatedRoute";
|
||||
|
||||
// FIXME - add others?
|
||||
export type HTTPMethod = 'post' | 'get' | 'patch' | 'put' | 'delete' | 'unknown';
|
||||
|
||||
Reference in New Issue
Block a user