ic-http-types 0.1.0

HTTP request and response types for the Internet Computer
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "ic-http-types"
version = "0.1.0"
license = "Apache-2.0"
description = "HTTP request and response types for the Internet Computer"
repository = "https://github.com/dfinity/ic"
documentation = "https://docs.rs/ic-http-types"
readme = "README.md"
categories = ["api-bindings", "web-programming", "development-tools"]
keywords = ["icp", "http", "smart-contract", "internet-computer"]
include = ["src", "Cargo.toml", "CHANGELOG.md", "README.md", "LICENSE"]
authors.workspace = true
edition.workspace = true

[dependencies]
candid = { workspace = true }
serde = { workspace = true }
serde_bytes = { workspace = true }