mirror of
https://github.com/denoland/deno.git
synced 2024-12-31 19:44:10 -05:00
Improve re-exports in http (#111)
This commit is contained in:
parent
9f1de43cc4
commit
b99d7d3e0f
1 changed files with 1 additions and 2 deletions
|
@ -1,8 +1,7 @@
|
||||||
import {
|
export {
|
||||||
serve,
|
serve,
|
||||||
listenAndServe,
|
listenAndServe,
|
||||||
Response,
|
Response,
|
||||||
setContentLength,
|
setContentLength,
|
||||||
ServerRequest
|
ServerRequest
|
||||||
} from "./http.ts";
|
} from "./http.ts";
|
||||||
export { serve, listenAndServe, Response, setContentLength, ServerRequest };
|
|
||||||
|
|
Loading…
Reference in a new issue