File tree 5 files changed +3
-77
lines changed
5 files changed +3
-77
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ OpenFeatureAPI::setProvider(new FlagdProvider([
37
37
'host' => 'localhost',
38
38
'port' => 8013,
39
39
'secure' => true,
40
- 'http ' => [
40
+ 'httpConfig ' => [
41
41
'client' => $client,
42
42
'requestFactory' => $requestFactory,
43
43
'streamFactory' => $streamFactory,
@@ -49,7 +49,7 @@ OpenFeatureAPI::setProvider(new FlagdProvider([
49
49
- ** host** : string _ (defaults to "localhost")_
50
50
- ** port** : number _ (defaults to 8013)_
51
51
- ** secure** : true | false _ (defaults to false)_
52
- - ** http ** : An array or ` HttpConfig ` object, providing implementations for PSR interfaces
52
+ - ** httpConfig ** : An array or ` HttpConfig ` object, providing implementations for PSR interfaces
53
53
- ** client** : a ` ClientInterface ` implementation
54
54
- ** requestFactory** : a ` RequestFactoryInterface ` implementation
55
55
- ** streamFactory** : a ` StreamFactoryInterface ` implementation
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
- # OpenFeature flagd HTTP example
2
-
3
-
4
- > ⚠️ Warning
5
- >
6
- > This example is based on currently unimplemented code.
7
- > It may also never be provided, such that only gRPC is
8
- > available, pending design decisions on the underlying
9
- > ` flagd ` service
10
-
1
+ # OpenFeature flagd HTTP example
You can’t perform that action at this time.
0 commit comments