summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_js.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-05-08NJS: supported loadable modules.Zhidao HONG1-3/+8
2023-01-30NJS: adding the missing vm destruction.Zhidao HONG1-0/+2
This commit fixed the njs memory leak happened in the config validation, updating and http requests.
2022-11-22NJS: added http request prototype.Zhidao HONG1-0/+4
2022-11-20Basic njs support.Zhidao HONG1-0/+34