카테고리 없음
req.body vs req.query
0ver-grow
2020. 1. 3. 14:33
반응형
https://nodejs.org/dist/latest-v10.x/docs/api/fs.html#fs_fs_readfile_path_options_callback
File System | Node.js v10.18.0 Documentation
File System# The fs module provides an API for interacting with the file system in a manner closely modeled around standard POSIX functions. To use this module: const fs = require('fs'); All file system operations have synchronous and asynchronous forms. T
nodejs.org
https://luckyyowu.tistory.com/346
[node.js] express.js 라우트 요청 객체(req), 응답 객체(res) 정리
매번 쓸 때 마다 까먹어서 이번에 정리함. 자주 쓰이는 것은 볼드(Bold)처리 요청 객체 (Request) 일반적으로 req나 request와 같은 변수로 명명함. 어차피 콜백에 전달되므로 마음대로 지어도 된다. 여기서는 req..
luckyyowu.tistory.com
반응형