zola/components
Marco Tolk 1bd777f0e5
Add HTTP POST capability to load_data() (#1400)
* Fixed failing tests on windows when user is not VssAdministrator.

* Fixed windows specific testcases related to \r

* Added the ability to perform POST requests to load_data

* make tests on windows deal with both \r being there on windows, and \r not being generated as on my personal windows system.

* undo earlier commit eaaa8c3ddd65d474161073a6fb80599eea1a9a21

because it fails on azure buildserver

* added new arguments to the hash for the cache function.

So caching now works as it should

* added new arguments to the hash for the cache function.

* improved documentation of load_data POST with better example.

* added basic derive traits

* changed load_data param contenttype to content_type

* fixed caching issues that went missing?

* format

* made code more idiomatic as suggested by keats
2021-04-21 21:29:47 +02:00
..
config Some clippy fixes 2021-04-07 22:13:15 +02:00
errors move translation population and path collision checking to insert stage (#1272) 2021-01-05 21:39:25 +01:00
front_matter Some clippy fixes 2021-04-07 22:13:15 +02:00
imageproc Hash collision using the same quality level and incorrect quality for WebP (#1431) 2021-04-18 11:07:10 +02:00
library rendering: keep track of all internal links (#1424) 2021-04-21 21:13:11 +02:00
link_checker Update changelog + deps 2021-02-02 20:25:27 +01:00
rendering rendering: keep track of all internal links (#1424) 2021-04-21 21:13:11 +02:00
search Lang aware search indices settings 2021-04-07 22:13:15 +02:00
site link_checking: prevent rate-limiting (#1421) 2021-04-21 21:13:38 +02:00
templates Add HTTP POST capability to load_data() (#1400) 2021-04-21 21:29:47 +02:00
utils rendering: keep track of all internal links (#1424) 2021-04-21 21:13:11 +02:00