mirror of
https://github.com/c-cube/tiny_httpd.git
synced 2025-12-12 14:00:37 -05:00
active_connections in mli too
This commit is contained in:
parent
4c07bed496
commit
70c5a627d3
1 changed files with 4 additions and 0 deletions
|
|
@ -472,6 +472,10 @@ val is_ipv6 : t -> bool
|
|||
val port : t -> int
|
||||
(** Port on which the server listens. *)
|
||||
|
||||
val active_connections : t -> int
|
||||
(** number of currently opened connections with a client.
|
||||
@since 0.11 *)
|
||||
|
||||
val add_decode_request_cb :
|
||||
t ->
|
||||
(unit Request.t -> (unit Request.t * (byte_stream -> byte_stream)) option) -> unit
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue