Releases: MyJetTools/my-http-server
Releases · MyJetTools/my-http-server
0.8.3
06 Nov 12:42
Compare
Sorry, something went wrong.
No results found
0.8.2
20 May 13:03
Compare
Sorry, something went wrong.
No results found
0.8.1
12 Nov 08:42
Compare
Sorry, something went wrong.
No results found
0.8.0
16 Oct 09:20
Compare
Sorry, something went wrong.
No results found
Middleware trait is changed to facilitate the ability to track client_Id into logs and telemetry;
Added TechMiddleware, which allows the duration of execution to be tracked, including panic cases.
Telemetry Process name is now made as Controller route name
0.7.1
08 Oct 09:37
Compare
Sorry, something went wrong.
No results found
0.7.0
08 Jul 18:32
Compare
Sorry, something went wrong.
No results found
Hyper 0.1.x
Now we can get the amount of established TCP Connections
Now we can handle EmptyBody case and Body with Unknown Format
New Json Parser
Yaml as Result Support
0.6.1
20 Nov 09:50
Compare
Sorry, something went wrong.
No results found
Rust Extensions 0.1.4
Hyper 0.14.27
0.6.2-rc01
19 Nov 22:23
Compare
Sorry, something went wrong.
No results found
Forgot and fixed conversion from HeaderValue to boolean
0.6.0
17 Oct 12:15
Compare
Sorry, something went wrong.
No results found
Cache headers can be enabled using 'cache_headers:true' at any attribute of the MyHttpInput Macros
SignalR MyTelemetry Event can be disabled inside action;
0.4.1
19 Dec 10:57
Compare
Sorry, something went wrong.
No results found
HttpForm Support
Files as input params support
MyTelemetry 0.3.0
HttpOutput::as_file() is introduced
Empty response means 204
HttpFailResult is clonable
HttpFailResult::as_validation_error(...);