Created
December 7, 2018 11:43
-
-
Save evanxg852000/2f5b429aeb84cd4e89aa8439bad13516 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const http = require('http') | |
const Router = require('./router') | |
const Templater = require('./templater') | |
class Micro { | |
constructor(config = {}){} | |
boot(callback){} | |
route(fn){} | |
_handleRequest(request, response){} | |
_patchResponse(response){} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment