UNPKG

nntp-server-zefie

Version:

NNTP server implementation, modified for zefie_wtvp_minisrv

14 lines (11 loc) 213 B
// Alias for HDR // // Actually, ALL clients still use XHDR instead of HDR. // 'use strict'; const hdr = require('./hdr'); module.exports = { head: 'XHDR', validate: hdr.validate, run: hdr.run };