Octogram.Http_serverSpawns a simple HTTP server (the python 3 module).
val port : t -> intval wait : t -> Unix.process_status Lwt.tval wait_for_ready : t -> unit Lwt.tval create :
?runner:Tezt.Runner.t ->
?name:string ->
?python_path:string ->
?color:Tezt.Log.Color.t ->
?event_pipe:string ->
?port:int ->
directory:string ->
unit ->
tval run :
?event_level:Tezt_mavryk.Daemon.Level.default_level ->
?event_sections_levels:(string * Tezt_mavryk.Daemon.Level.level) list ->
t ->
unit Lwt.tval kill : t -> unit