Files
fasthttp/examples/host_client
Erik Dubbelboer 7a5afddf5b Use %v for errors and %q for strings (#1262)
Mostly in tests.
2022-04-01 18:11:16 +02:00
..
2022-02-09 11:09:36 +01:00
2022-02-09 11:09:36 +01:00
2022-02-09 11:09:36 +01:00

Host Client Example

The HostClient is useful when calling an API from a single host. The example also shows how to use URI. You may create the parsed URI once and reuse it in many requests. The URI has a username and password for Basic Auth but you may also set other parts i.e. SetPath(), SetQueryString().

How to build and run

Start a web server on localhost:8080 then execute:

make
./host_client