Skip to content

client: do not force usage of reqwest

Ben Boeckel requested to merge ben.boeckel/rust-gitlab:client-as-trait into master

This should allow tests to mock up communication with the server by creating responses without actually going out over the wire.

Fixes: #32 (closed)


Fixes: #27 (closed)
Cc: @programmerjake @bradwood
Topic-rename: client-without-reqwest

Edited by Ben Boeckel

Merge request reports