Skip to content

http_process_function - Handle both http and https requests

Ottomata requested to merge http_adapter into main

In production, we'll be sending requests to http://localhost:6500, the mwapi-async envoy service proxy. These requests should use the same HTTPAdapter we use for https.

Bug: T333575

Merge request reports