Commit Graph

1295 Commits

Author SHA1 Message Date
Jeremiah Senkpiel d81eabc2cb
Merge pull request #822 from m5tfi/main
fixes #821: remove #[allow[clippy::from_over_into] and change to From
2021-04-22 08:34:02 -07:00
Jeremiah Senkpiel c763969cca
Merge pull request #820 from Fishrock123/request-deserialize-query-borrowed
Request: allow Deserialize<'de> for .query()
2021-04-22 08:32:03 -07:00
m5tfi d7f9f95684 remove #[allow[clippy::from_over_into] and change to From 2021-04-22 05:40:03 +02:00
Jeremiah Senkpiel 631e0244c2 Request: allow Deserialize<'de> for .query()
Allows us to avoid extra allocations from querystring parsing.
2021-04-21 10:24:03 -07:00
Jeremiah Senkpiel e32b497a88 deps: http-types @ 2.11.0
This will allow us to allow`Deserialize<'de>` for `Request.query()` in Tide as well.
2021-04-21 10:24:03 -07:00
Jeremiah Senkpiel 88a2aa24b6 fix clippy warning from 1.51
some of these should be actually changed in a PR...
2021-04-21 10:14:56 -07:00
Yoshua Wuyts a3c9ae3e07
Merge pull request #795 from u5surf/issue-777
bugfix : serve_dir doesn't precede to other route
2021-04-02 13:16:37 +02:00
Jacob Rothstein 5383e17f72
Merge pull request #817 from joshtriplett/readme-listeners 2021-03-20 23:57:35 -07:00
Josh Triplett ca9d106e8c README.md: Add tide-acme 2021-03-20 22:17:38 -07:00
Josh Triplett b9d8b91d88 README.md: Update tide-rustls entry
tide-rustls is based on async-rustls now.
2021-03-20 22:17:18 -07:00
Jacob Rothstein a7ad0856d5
Merge pull request #803 from jlkiri/same-site-lax-default
Set SameSite policy Lax as default
2021-03-20 15:11:33 -07:00
Jacob Rothstein 3dfb9a83b7
Merge pull request #816 from bevanhunt/patch-1
Add broker to example apps
2021-03-20 15:10:40 -07:00
Jacob Rothstein 19545916d6
Merge branch 'main' into patch-1 2021-03-20 15:10:34 -07:00
Jacob Rothstein 72cdffe325
Merge pull request #815 from pepoviola/add-example-app
add tide-basic-crud example app
2021-03-20 15:10:06 -07:00
Jacob Rothstein a03640de4c
Merge branch 'main' into add-example-app 2021-03-20 15:10:00 -07:00
Jacob Rothstein 8401c1d4a9
Merge pull request #809 from zzy/main
Add 2 examples, and typo locahost -> localhost in examples/upload.rs
2021-03-20 15:09:27 -07:00
Jacob Rothstein 35e30c575c
Merge branch 'main' into main 2021-03-20 15:09:13 -07:00
Jacob Rothstein 57956e8c5b
Merge pull request #810 from Lomect/main
add tide server example app to README
2021-03-20 15:08:24 -07:00
Bevan Hunt 047f6b29d5
Update README.md
Add broker application to examples
2021-03-20 15:03:12 -07:00
Javier Viola 492b626a3e add tide-basic-crud example app 2021-03-17 07:44:08 -03:00
沉默 f9016ed166 add tide server example app to README 2021-03-11 11:36:01 +08:00
zzy f961e5e964 typo locahost -> localhost in examples/upload.rs 2021-03-07 11:57:39 +08:00
zzy 974be0c425 Add 2 examples 2021-03-07 11:52:02 +08:00
jlkiri e55542a806 SameSite Lax as default
Browser treat SameSite policy as Lax if it is not specified
2021-02-21 17:21:45 +09:00
Jeremiah Senkpiel 74c376d3f7
Merge pull request #789 from atouchet/ver
Update Readme
2021-02-12 08:24:46 -08:00
u5surf 47e0f25703 bugfix : serve_dir doesn't precede to other route 2021-02-08 00:45:37 +09:00
Yoshua Wuyts d1cdbba94f
Merge pull request #790 from atouchet/con
Remove Developer Certificate of Origin link
2021-01-31 13:00:47 +01:00
Alex Touchet 74eaa3b14f
Remove Developer Certificate of Origin link
This section was removed in 739736ea6c.
2021-01-29 13:26:47 -08:00
Alex Touchet 8ba2366d9c
Update Readme
Update listed version number and use HTTPS for a couple of links.
2021-01-29 13:22:23 -08:00
Yoshua Wuyts a49b2ba2a4 v0.16.0 2021-01-29 19:02:34 +01:00
Yoshua Wuyts 9365b5be06
Merge pull request #776 from KodrAus/patch-1
Update log to use kv_unstable_std instead of std
2021-01-28 12:59:24 +01:00
Josh Triplett 50ab9068ee
Merge pull request #780 from joshtriplett/optional-cookies
Reduce dependencies when cookies not enabled
2021-01-28 00:31:26 -08:00
Javier Viola 93330b6d21
Merge branch 'main' into patch-1 2021-01-27 20:29:37 -03:00
Jeremiah Senkpiel 3e27aa2447
Merge pull request #782 from Stranger6667/dd/fix-example-requirements
docs: Add missing `serde` requirement in example
2021-01-27 12:31:15 -08:00
Dmitry Dygalo bec631f5ba
docs: Add missing `serde` requirement in example 2021-01-24 18:23:36 +01:00
Josh Triplett 590d39807d Reduce dependencies when cookies not enabled
Upgrade to http-types 2.10 with optional support for cookies, and make
use of that support to reduce dependencies.
2021-01-23 13:33:17 -08:00
Josh Triplett a3a5abf4ff
Merge pull request #775 from taiki-e/pin-project-lite
Update pin-project-lite to 0.2
2021-01-15 15:39:33 -08:00
Ashley Mannix 07bfcd1efe
update log to use kv_unstable_std instead of std 2021-01-11 20:21:04 +10:00
Taiki Endo ad6a93ad85 Update pin-project-lite to 0.2 2021-01-07 16:44:35 +09:00
Yoshua Wuyts f28cdb45f7
Merge pull request #700 from mendelt/fixes
Refactor duplicate code
2020-12-24 13:59:10 +01:00
Mendelt Siebenga 0a46f33666 refactor: reduce duplicate code 2020-12-21 22:03:12 +01:00
Yoshua Wuyts d9d92a87ea
Merge pull request #765 from jmn/main
Update version numbers of deps for README example
2020-12-18 15:23:13 +01:00
Yoshua Wuyts 36a031ed0f
Merge pull request #756 from mendelt/run_checks_on_stable
ci: run clippy, docs and fmt checks on stable
2020-12-18 15:21:35 +01:00
Yoshua Wuyts c5098a97de
Merge pull request #764 from jswrenn/patch-1
Fix port in `curl` invocation in example.
2020-12-18 15:18:04 +01:00
Yoshua Wuyts 88d552ed48
Merge pull request #767 from http-rs/bump-async-h1
Update async-h1 to v2.3.0
2020-12-18 13:11:13 +01:00
Yoshua Wuyts ec9aeed399 Update async-h1 to v2.3.0 2020-12-18 12:56:53 +01:00
Jussi Norlund 6c806d0ae6
Update README.md example to include serde 2020-12-14 13:31:43 +01:00
Jussi Norlund b804ed0714
Merge pull request #1 from jmn/update-example-deps
Update version numbers of deps
2020-12-14 13:20:49 +01:00
Jussi Norlund 1bd96f4437
Update version numbers of deps
Using the old version numbers will result in a build failure.
2020-12-14 13:18:58 +01:00
Jack Wrenn 57fada250c
fix port in `curl` invocation in example 2020-12-12 11:09:05 -05:00