Zelphir Kaltstahl c89cda700a add log 4 years ago
..
static a6f3a3aeb8 reorganize files and implement lots of stuff 4 years ago
test d52ddd5165 use absolute paths for checking and correct test code 4 years ago
file-reader.scm 2c2c9dd550 add missing export keyword args 4 years ago
file-system.scm a5347a345b put file system stuff in separate module 4 years ago
handlers.scm e09adf05e3 move stuff into separate modules 4 years ago
list-utils.scm b69f938f70 add missing exports 4 years ago
logging.scm 77b0a24da1 add naive logging 4 years ago
main.scm 3d9ad1e1f4 simplify procedure cal for serving static assets 4 years ago
middleware.scm e09adf05e3 move stuff into separate modules 4 years ago
mime-types.scm 63626141e4 use prefix in mime-type module 4 years ago
path-handling.scm 294f3f8a2a explain comment better 4 years ago
predicates.scm a36c0c7edc add predicates module 4 years ago
readme.org a1386dfb66 add unit tests for procedure absolute-path 4 years ago
request-utils.scm e09adf05e3 move stuff into separate modules 4 years ago
response-utils.scm c89cda700a add log 4 years ago
string-utils.scm 009aa58cfe add string->char function 4 years ago
templates.scm 2cbd0cccac move out templates 4 years ago
web-path-handling.scm a34a7f3ca4 check request components instead 4 years ago

readme.org

Unit tests

To run the unit tests, issue the guile command for the specific tests as follows:

guile -L . test/test-path-handling.scm