mirror of
https://github.com/zigzap/zap.git
synced 2025-10-21 07:34:08 +00:00
commit
b56b64f637
1 changed files with 1 additions and 1 deletions
|
@ -244,7 +244,7 @@ pub const EndpointListenerError = error{
|
||||||
EndpointPathShadowError,
|
EndpointPathShadowError,
|
||||||
};
|
};
|
||||||
|
|
||||||
/// The listener with ednpoint support
|
/// The listener with endpoint support
|
||||||
///
|
///
|
||||||
/// NOTE: It switches on path.startsWith -> so use endpoints with distinctly starting names!!
|
/// NOTE: It switches on path.startsWith -> so use endpoints with distinctly starting names!!
|
||||||
pub const Listener = struct {
|
pub const Listener = struct {
|
||||||
|
|
Loading…
Add table
Reference in a new issue