rust-h11 0.1.0

A pure-Rust, bring-your-own-I/O implementation of HTTP/1.1
Documentation
{
  "chunks_hex": [
    "485454502f312e3120323030204f4b0d0a5472616e736665722d456e636f64696e673a206368756e6b65640d0a0d0a350d0a68656c6c6f0d0a300d0a457461673a206162630d0a0d0a"
  ],
  "events": [
    {
      "headers": [
        {
          "name_hex": "5472616e736665722d456e636f64696e67",
          "value_hex": "6368756e6b6564"
        }
      ],
      "http_version_hex": "312e31",
      "reason_hex": "4f4b",
      "status_code": 200,
      "type": "NormalResponse"
    },
    {
      "chunk_end": true,
      "chunk_start": true,
      "data_hex": "68656c6c6f",
      "type": "Data"
    },
    {
      "headers": [
        {
          "name_hex": "45746167",
          "value_hex": "616263"
        }
      ],
      "type": "EndOfMessage"
    }
  ],
  "name": "client_response_chunked_trailer",
  "python_h11_version": "0.16.0",
  "role": "CLIENT"
}