-
Updated
Jan 7, 2022 - Java
mock-server
Here are 483 public repositories matching this topic...
-
Updated
Aug 6, 2021 - Objective-C
-
Updated
Dec 25, 2021 - Java
-
Updated
Jan 6, 2022 - TypeScript
-
Updated
Dec 15, 2021 - TypeScript
We're already on Java 8 and we can use this diamond operator which was introduced in Java 7. Yet, there are lots of occurrences in code where we're still not using it. For more information about this, see this Sonar rule[0]
In case anyone is interested in fixing this, you can check all the occurrences where diamond operator could be used here[1]
-
Updated
Dec 29, 2021 - Go
-
Updated
Dec 2, 2020 - Go
-
Updated
May 31, 2021 - TypeScript
-
Updated
Jan 6, 2022 - C#
-
Updated
Dec 17, 2021 - TypeScript
-
Updated
Oct 9, 2021 - Python
-
Updated
Jun 22, 2020 - Go
-
Updated
Sep 21, 2021 - TypeScript
-
Updated
Feb 29, 2020 - HTML
-
Updated
Jan 3, 2022 - TypeScript
-
Updated
Oct 7, 2021 - JavaScript
-
Updated
Jan 5, 2022 - JavaScript
-
Updated
Dec 24, 2018 - JavaScript
-
Updated
Jan 7, 2022 - Java
-
Updated
Apr 16, 2018 - JavaScript
-
Updated
Oct 12, 2021 - Vue
Start to use testify
Modify the test to start to use https://github.com/stretchr/testify instead of the native Go tests
-
Updated
Aug 29, 2021 - Go
-
Updated
Sep 1, 2021 - JavaScript
-
Updated
Jan 5, 2022 - Rust
-
Updated
Nov 15, 2019 - Go
-
Updated
Jan 6, 2022 - Kotlin
-
Updated
Jan 1, 2022 - JavaScript
Improve this page
Add a description, image, and links to the mock-server topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the mock-server topic, visit your repo's landing page and select "manage topics."
Issue
The response header does not reflect the correct version for HTTP2 requests. Even though, wiremock replies in h2 but the version in the response header shows "HTTP/1.1 200". This is caused by the hardcoded value in the toString() method of Response.java class