We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaa86b6 commit c5fd445Copy full SHA for c5fd445
crates_io_cdn_logs/src/cloudfront.rs
@@ -1,3 +1,8 @@
1
+//! # CloudFront log parsing
2
+//!
3
+//! see <https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/AccessLogs.html#LogFileFormat>
4
+//! and <https://www.w3.org/TR/WD-logfile.html>.
5
+
6
use crate::paths::parse_path;
7
use crate::DownloadsMap;
8
use chrono::NaiveDate;
crates_io_cdn_logs/src/fastly/mod.rs
@@ -1,3 +1,7 @@
+//! # Fastly CDN log parsing
+//! see <https://docs.fastly.com/en/guides/changing-log-line-formats#classic-format>.
mod json;
0 commit comments