mirror of
https://github.com/denoland/deno.git
synced 2025-01-23 07:29:51 -05:00
Improve re-exports in http (denoland/deno_std#111)
Original: b99d7d3e0f
This commit is contained in:
parent
429fcbf77a
commit
4a79450988
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…
Add table
Reference in a new issue