Crate libdd_common

Crate libdd_common 

Source

Re-exports§

pub use const_format;

Modules§

azure_app_services
cc_utils
config
connector
cstr
entity_id
Extract the entity id, container id and external env
error
header
hyper_migration
rate_limiter
tag
timeout
unix_utils
worker

Macros§

cstr
cstr_u8
tag
Creates a tag from a key and value known at compile-time, and fails to compile if it’s known to be invalid (it may still emit an invalid tag, not all tag validation is currently done client-side). If the key or value aren’t known at compile-time, then use Tag::new.

Structs§

Endpoint

Traits§

Connect
MutexExt
Extension trait for Mutex to provide a method that acquires a lock, panicking if the lock is poisoned.

Functions§

decode_uri_path_in_authority
parse_uri
TODO: we should properly handle malformed urls

Type Aliases§

GenericHttpClient
HttpClient
HttpRequestBuilder
HttpResponse