mirror of
https://github.com/denoland/deno.git
synced 2024-12-29 02:29:06 -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,
|
||||
listenAndServe,
|
||||
Response,
|
||||
setContentLength,
|
||||
ServerRequest
|
||||
} from "./http.ts";
|
||||
export { serve, listenAndServe, Response, setContentLength, ServerRequest };
|
||||
|
|
Loading…
Reference in a new issue