# code-block-pro/1.13.0/build/shiki/samples/http.sample

Code Block Pro – Beautiful Syntax Highlighting, version 1.13.0. 16 lines.

- Page: https://pluginprobe.com/plugins/code-block-pro/1.13.0/code/build/shiki/samples/http.sample
- Raw: https://pluginprobe.com/plugins/code-block-pro/1.13.0/raw/build/shiki/samples/http.sample
- Modified: 2023-01-28T16:44:20+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/code-block-pro/1.13.0/code/build/shiki/samples/http.sample#L10-L20`.

```
POST /my-endpoint HTTP/1.1
Host: api.example.com:8767
Authorization: Bearer my-token-value
content-type: application/json

{
    "name": "sample",
    "time": "Wed, 21 Oct 2015 18:27:50 GMT"
}

GET /hello.txt HTTP/1.1
User-Agent: curl/7.64.1
Host: www.example.com
Accept-Language: en, mi

# from various places and https://www.rfc-editor.org/rfc/rfc9110.html#name-example-message-exchange
```
