Discover Packages
github.com/limelitgeo/open
internal
httpx
package
Version:
v0.0.0-...-83bddd0
Opens a new window with list of versions in this module.
Published: Sep 15, 2026
License: Apache-2.0
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Package httpx is the HTTP surface: the dashboard, the health check and the
MCP endpoint all hang off one mux so a number is served the same way
whoever asks for it.
New_ builds the MCP server for the HTTP endpoint. Named apart from New so
the two constructors in this file cannot be confused at a glance.
Server is the HTTP listener and its dependencies.
New builds a Server bound to addr. dash may be nil, which serves the health
endpoint alone; that is the shape the tests use.
Addr is the configured listen address.
Serve listens until ctx is cancelled, then drains in-flight requests.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.