Skip to content

Commit

Permalink
ignore code sample
Browse files Browse the repository at this point in the history
  • Loading branch information
rcoh committed Aug 14, 2023
1 parent 2d68df4 commit 7423557
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions design/src/rfcs/rfc0037_http_wrapper.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Our wrapper type will add the following additional functionality:

#### Handling failure
There is no stdlib type that cleanly defines what may be placed into headers—String is too broad (even if we restrict to ASCII). This RFC proposes moving fallibility to the APIs:
```rust
```rust,ignore
impl HeadersMut<'_> {
pub fn try_insert(
&mut self,
Expand All @@ -82,7 +82,7 @@ There is ongoing work which MAY restrict HTTP extensions to clone types. We will
<details>
<summary>Proposed Implementation of `request`</summary>

```rust
```rust,ignore
{{#include ../../../rust-runtime/aws-smithy-runtime-api/src/client/http/request.rs}}
```
</details>
Expand Down

0 comments on commit 7423557

Please sign in to comment.