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

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