3 lines
182 B
Haxe
3 lines
182 B
Haxe
package serve_static;
|
|
|
|
typedef RequestHandler<R> = (request:node.http.IncomingMessage, response:R, next:ts.AnyOf2<() -> Void, (err:http_errors.HttpError<Float>) -> Void>) -> Dynamic; |