Class BodyObfuscator
Methods | ||
---|---|---|
public
|
__construct()
|
# |
public
|
obfuscateBody(string $contentType, string $body): string
|
# |
protected
|
obfuscateDecodedJsonPart(mixed $value): mixed
|
# |
protected
|
obfuscateScalarValue(string $key, scalar $value): string
|
# |
public
|
setCustomRule(string $propertyName, callable $customRule)
|
# |
Constants | ||
---|---|---|
public
|
MIME_APPLICATION_JSON = 'application/json'
|
# |
public
|
MIME_APPLICATION_PROBLEM_JSON = 'application/problem+json'
|
# |
Properties | |||
---|---|---|---|
protected
|
ValueObfuscator
|
$valueObfuscator
|
# |