http-handle 0.0.5

A fast and lightweight Rust library for handling HTTP requests and responses.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
documentation:
  - changed-files:
      - any-glob-to-any-file: ['**/*.md', 'docs/**']
rust:
  - changed-files:
      - any-glob-to-any-file: ['**/*.rs', 'Cargo.toml', 'Cargo.lock']
ci:
  - changed-files:
      - any-glob-to-any-file: ['.github/workflows/**']
tests:
  - changed-files:
      - any-glob-to-any-file: ['**/tests/**', '**/*_test.rs']
dependencies:
  - changed-files:
      - any-glob-to-any-file: ['Cargo.lock']