Skip to content

Releases: MyJetTools/fl-url

0.5.3

28 Oct 11:11
Compare
Choose a tag to compare
  • Unix Sockets are now supported with the latest version of Hyper
  • ssh://user:password@host:port->http://localhost:8080 - format is supported
  • In SSH Case we can adjust Internal Buffer used to process HTTP Requests
  • Added Patch case;
  • xxxx_json - now does not take ownership of the model
  • Tls Connection is creating using my-tls library

0.5.2

25 Jul 21:36
Compare
Choose a tag to compare
  • Ssh Support is added
  • Fixed Support of Client Certificates: my_tls: 0.1.1
  • Added Ability to reuse ClientsCache to make scopes way flexible

0.5.1

27 Mar 10:29
Compare
Choose a tag to compare
  • RustTLS new version
  • When we Post Json content - ContentType is added automatically

0.5.0

22 Jan 15:20
Compare
Choose a tag to compare

Removed broken UnitTest

0.5.0-rc01

21 Nov 09:12
Compare
Choose a tag to compare
0.5.0-rc01 Pre-release
Pre-release
  • Hyper 1.0.x

0.4.1

19 Nov 22:16
Compare
Choose a tag to compare
  • Rust Extensions with feature with-tokio
  • Any lifetime of &str can be converted to FLUrl

0.4.0

09 Sep 18:06
Compare
Choose a tag to compare
  • HTTP/HTTPs Connection can be reused
  • JSON Support for Request and Response
  • Added post_json for traits

0.3.1

24 Jul 17:34
Compare
Choose a tag to compare

Rust-TLS is used for HTTPS and Client Certificates

0.3.0

11 Jul 09:25
Compare
Choose a tag to compare

Now we can use FlUrl like .net style "HTTP://test.com".append_path_segment("my_path").post(None);

0.2.5

05 Apr 22:39
Compare
Choose a tag to compare
fixes new_without_url_change