goupnp/httpu
Andrew Dunham 00783e79ec httpu: add context.Context and related interface
This adds a new interface for httpu that supports a Context, and uses
that context to set a deadline/timeout and also cancel the request if
the context is canceled. Additionally, add a new method to the SSDP
package that takes a ClientInterfaceCtx.

Updates #55

Signed-off-by: Andrew Dunham <andrew@du.nham.ca>
2023-08-29 19:12:39 +01:00
..
httpu.go httpu: add context.Context and related interface 2023-08-29 19:12:39 +01:00
multiclient.go httpu: add context.Context and related interface 2023-08-29 19:12:39 +01:00
serve.go Add sync.Pool to reuse packet conn buf object 2023-01-18 08:53:09 +00:00