Http Listener is a listener specifically designed to receive HTTP requests. It can set the address and port for HTTP listening. It can be introduced through the following configuration.
The specific implementation of the Http Listener can be referred to in pkg/listener/http
.
For cases related to HTTP Listener, you can refer to:
Currently, the HTTPS protocol is also supported. You can change protocol_type
to HTTPS
and add domains
and certs_dir
to specify the domain and certificate file directory.
For specific cases, you can check Case