barehttp 0.1.0

Blocking HTTP/1.1 client for no_std + alloc
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
global
  maxconn 64
  log stdout format raw local0

defaults
  mode http
  timeout connect 5s
  timeout client 30s
  timeout server 30s
  option httplog

frontend fe
  bind *:80
  default_backend be_nginx

backend be_nginx
  server nginx nginx:80 check