diff options
| author | Remi Collet <remi@remirepo.net> | 2021-09-03 07:34:45 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2021-09-03 07:34:45 +0200 | 
| commit | 5c7fd837b3a8e51eb4776a136828f96ea2a4a40e (patch) | |
| tree | 09ec3c77dedbf9f24b4fee422e67f929e08c83a7 /REFLECTION | |
| parent | e4320af2e8c8adc99140a83f20c9f06628522f89 (diff) | |
update to 1.0.7
Diffstat (limited to 'REFLECTION')
| -rw-r--r-- | REFLECTION | 59 | 
1 files changed, 58 insertions, 1 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #68 awscrt version <no_version> ] { +Extension [ <persistent> extension #70 awscrt version <no_version> ] {    - INI {      Entry [ awscrt.log_level <ALL> ] @@ -30,6 +30,45 @@ Extension [ <persistent> extension #68 awscrt version <no_version> ] {          Parameter #0 [ <required> $error_code ]        }      } +    Function [ <internal:awscrt> function aws_crt_log_to_stdout ] { + +      - Parameters [0] { +      } +    } +    Function [ <internal:awscrt> function aws_crt_log_to_stderr ] { + +      - Parameters [0] { +      } +    } +    Function [ <internal:awscrt> function aws_crt_log_to_file ] { + +      - Parameters [1] { +        Parameter #0 [ <required> $filename ] +      } +    } +    Function [ <internal:awscrt> function aws_crt_log_to_stream ] { + +      - Parameters [1] { +        Parameter #0 [ <required> $stream ] +      } +    } +    Function [ <internal:awscrt> function aws_crt_log_stop ] { + +      - Parameters [0] { +      } +    } +    Function [ <internal:awscrt> function aws_crt_log_set_level ] { + +      - Parameters [1] { +        Parameter #0 [ <required> $level ] +      } +    } +    Function [ <internal:awscrt> function aws_crt_log_message ] { + +      - Parameters [1] { +        Parameter #0 [ <required> $message ] +      } +    }      Function [ <internal:awscrt> function aws_crt_event_loop_group_options_new ] {        - Parameters [0] { @@ -325,6 +364,13 @@ Extension [ <persistent> extension #68 awscrt version <no_version> ] {          Parameter #1 [ <required> $timestamp ]        }      } +    Function [ <internal:awscrt> function aws_crt_signing_config_aws_set_should_sign_header_fn ] { + +      - Parameters [2] { +        Parameter #0 [ <required> $config ] +        Parameter #1 [ <required> $should_sign_header ] +      } +    }      Function [ <internal:awscrt> function aws_crt_signable_new_from_http_request ] {        - Parameters [1] { @@ -372,6 +418,17 @@ Extension [ <persistent> extension #68 awscrt version <no_version> ] {          Parameter #3 [ <required> $user_data ]        }      } +    Function [ <internal:awscrt> function aws_crt_test_verify_sigv4a_signing ] { + +      - Parameters [6] { +        Parameter #0 [ <required> $signable ] +        Parameter #1 [ <required> $signing_config ] +        Parameter #2 [ <required> $expected_canonical_request ] +        Parameter #3 [ <required> $signature ] +        Parameter #4 [ <required> $ecc_key_pub_x ] +        Parameter #5 [ <required> $ecc_key_pub_y ] +      } +    }      Function [ <internal:awscrt> function aws_crt_crc32 ] {        - Parameters [2] {  | 
