steinfletcher / apitest

A simple and extensible behavioural testing library for Go. You can use api test to simplify REST API, HTTP handler and e2e tests.
https://apitest.dev
MIT License
778 stars 55 forks source link

Always Show HTTP Request Method in Sequence Diagrams #130

Closed ytausch closed 1 year ago

ytausch commented 1 year ago

Currently, the HTTP request method is only shown in sequence diagrams if there are query parameters set.

I think the HTTP request method should always be shown, regardless if there are query parameters or not.

steinfletcher commented 1 year ago

Hi @ytausch. Thanks for the PR.

Yes this seems sensible, I'll check it tonight and merge if all is OK.