DEV Community

Cover image for Generate HTTP Request Tests
YeLinAung for dust

Posted on Originally published at dust-codegen.pages.dev

Generate HTTP Request Tests

Dust generated HTTP request tests

Dust can generate request tests with an HTTP client. The tests check the method, path, headers, query values, and request body without calling a live server.

Read the Dust HTTP client guide.

Dust #HTTPClient #CodeGeneration

Top comments (0)