Skip to content

doc: modernize and fix code examples in http.md

Rodrigo Muino Tomonari requested to merge github/fork/vsemozhetbyt/http.md into master
Checklist
Affected core subsystem(s)

doc, http

  • replace var by const
  • replace let by const
  • fix spaces in code examples
  • replace console.log() by console.error()
  • make arrow function clearer
  • use object destructuring
  • update output examples

Merge request reports

Loading