Commit Briefs


GitHub

support binary response body

see github issue #4


Omar Polo

fmt


Omar Polo

ignore *.fasl files



Omar Polo

refactor the gemtext parser

The old one had various issue, for instance it failed to parse "#hello", and could mis-interpret lines starting with "=". The new one is more robust and handles optional spaces better.


Omar Polo

export line-eq


Omar Polo

add the line-eq generic function

it's useful for the (future) tests being able to compare lines.


Omar Polo

provide a default value for :text


Omar Polo

fmt


Omar Polo

tweak the readme


Omar Polo

drop debug comment


Omar Polo

~% instead of terpri

we need to terminate the line on the given stream, not on *standard-output*!