←back to thread

49 points emykhailenko | 1 comments | | HN request time: 0s | source
Show context
jihchi ◴[] No.43111645[source]
It looks similar to https://hurl.dev
replies(2): >>43111812 #>>43114596 #
1. gregwebs ◴[] No.43111812[source]
Hurl is well designed for testing with marchers available for assertions. HTTL only supports strict equality assertions (for now).

Hurl is written in Rust, HTTL in node.

HTTL has an import system that can be useful for reusing an auth setup.