Differences From Artifact [e3908cc7e2]:
- File http-transport.scm — part of check-in [77627223bc] at 2021-02-02 23:34:16 on branch v1.6569-multi-db — Added commonmod to all units (user: matt, size: 33293) [annotate] [blame] [check-ins using]
To Artifact [b4f2a1f547]:
- File http-transport.scm (unpublished)— part of check-in [69dd64de99] at 2021-02-12 08:35:31 on branch v1.6569-multi-db-wip — wip (user: matt, size: 33332) [annotate] [blame] [check-ins using]
︙ | |||
36 37 38 39 40 41 42 43 44 45 46 47 48 49 | 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 | + + + | (declare (uses server)) ;; (declare (uses daemon)) (declare (uses portlogger)) (declare (uses rmt)) (declare (uses commonmod)) (import commonmod) (declare (uses dbmod)) (import dbmod) (include "common_records.scm") (include "db_records.scm") (include "js-path.scm") (require-library stml) (define (http-transport:make-server-url hostport) |
︙ |