Crate safebrowsing_api

Source
Expand description

HTTP API client for Google Safe Browsing API v4

This crate provides the HTTP client implementation for communicating with the Google Safe Browsing API servers. It handles request formation, authorization, and response parsing.

Structs§

ApiConfig
Configuration for the Safe Browsing API client
SafeBrowsingApi
Safe Browsing API client
ThreatDescriptor
A threat descriptor describes a specific threat list
URLThreat
Information about a URL that matched a threat list

Enums§

ApiError
Error types specific to the Safe Browsing API
Error
Error type for API operations
PlatformType
Platform types in the Safe Browsing API
ThreatEntryType
Types of threat entries in the Safe Browsing API
ThreatType
Types of threats in the Safe Browsing API

Constants§

API_BASE_URL
Default Safe Browsing API base URL