TCPSERVERWRAP TickObject TCPWRAP Timeout TIMERWRAP HTTPPARSER Timeout TIMERWRAP TickObject TickObject
  
    
      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
    
  
  
    
  | var asyncHooks = require('async_hooks') | |
| const fs = require('fs'); | |
| var hooks = { | |
| init, | |
| // before, Está comentado por não estar sendo usado | |
| // after, | |
| // destroy | |
| } | |
| var asyncHook = asyncHooks.createHook(hooks) | 
  
    
      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'); | |
| http.createServer(function (req, res) { | |
| res.end('Hello World') | |
| }).listen(8079); | 
  
    
      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
    
  
  
    
  | let brTime = new Date() | |
| .toLocaleString("BRST", { | |
| timeZone: "America/Sao_Paulo" | |
| }); | |
| brTime = new Date(brTime); | |
  
    
      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 arrayMoney = [ | |
| { | |
| id: 1, | |
| name: 'Luly', | |
| location: 'Sao Paulo', | |
| money: 32.12 | |
| }, | |
| { | |
| id: 2, | |
| name: 'Bob', | 
  
    
      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 animalArray = [ | |
| { | |
| id: 1, | |
| name: 'Luly', | |
| location: 'Sao Paulo', | |
| type: 'dog' | |
| }, | |
| { | |
| id: 2, | |
| name: 'Bob', | 
  
    
      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 usersList = [ | |
| { | |
| id: 1, | |
| name: 'Diego Telles', | |
| location: 'Sao Paulo', | |
| comunidade: [ | |
| { | |
| name: 'THT', | |
| local: 'Brasil', | |
| }, | 
  
    
      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 usersList = [ | |
| { | |
| id: 1, | |
| name: 'Diego Telles', | |
| location: 'Sao Paulo', | |
| comunidade: [ | |
| { | |
| name: 'THT', | |
| local: 'Brasil', | |
| }, | 
  
    
      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 usersList = [ | |
| { | |
| id: 1, | |
| name: 'Diego Telles', | |
| location: 'Sao Paulo', | |
| comunidade: [ | |
| { | |
| name: 'THT', | |
| local: 'Brasil', | |
| }, | 
  
    
      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
    
  
  
    
  | [ | |
| { | |
| "id": "2740e46d.959624", | |
| "type": "http in", | |
| "z": "bc2f777c.4b5e7", | |
| "name": "Pokemon List", | |
| "url": "/pokemon/:id/", | |
| "method": "get", | |
| "upload": false, | |
| "swaggerDoc": "", | 
NewerOlder