Crates.io | mdn |
lib.rs | mdn |
version | 0.1.3 |
source | src |
created_at | 2020-10-11 07:54:36.74154 |
updated_at | 2020-10-12 02:39:29.439064 |
description | A command line tool to search and display documentation from Mozilla Developer Network |
homepage | https://github.com/chrisdickinson/mdn-cli |
repository | https://github.com/chrisdickinson/mdn-cli |
max_upload_size | |
id | 298275 |
size | 78,227 |
A command line tool for displaying the top DuckDuckGo search result for a MDN query in your terminal. Automatically paginated.
$ mdn accept header
# Accept
The **`Accept`** request HTTP header advertises which content types, expressed as [MIME types][1], the client is able to understand. Using [content negotiation][2],
the server then selects one of the proposals, uses it and informs the client of its choice with the [`Content-Type`][3] response header. Browsers set adequate values
for this header depending on the context where the request is done: when fetching a CSS stylesheet a different value is set for the request than when fetching an
image, video or a script.
[...]
Results via DuckDuckGo's Instant Answer API.
Crates:
TODO
MIT