api/symfony/Component/Webhook/Server/HeadersConfigurator.yaml

32 lines
696 B
YAML
Raw Normal View History

2024-09-26 09:03:21 +00:00
name: HeadersConfigurator
class_comment: null
dependencies:
- name: HttpOptions
type: class
source: Symfony\Component\HttpClient\HttpOptions
- name: RemoteEvent
type: class
source: Symfony\Component\RemoteEvent\RemoteEvent
properties: []
methods:
- name: __construct
visibility: public
parameters:
- name: eventHeaderName
default: '''Webhook-Event'''
- name: idHeaderName
default: '''Webhook-Id'''
comment: null
- name: configure
visibility: public
parameters:
- name: event
- name: secret
- name: options
comment: null
traits:
- Symfony\Component\HttpClient\HttpOptions
- Symfony\Component\RemoteEvent\RemoteEvent
interfaces:
- RequestConfiguratorInterface