mbme

Results 6 comments of mbme

+1 for this feature

@frenzzy example doesn't work with `[email protected]` - can't select `/posts` or `/posts/hello-world`

many thanks! was not clear to me that inner `path` now should be empty :)

Docs are clear enough, that was just me - I didn't notice README updated after release Thanks for the great library!

@aiba in the first case you have something like ``` javascript React.DOM.tbody(null, React.DOM.tr(null, [ React.DOM.th(null, "last-name"), React.DOM.th(null, "last-name"), React.DOM.th(null, "last-name") ]) ``` (note, that `tr` receives an array of dom...

I can add that the `peer_certificate()` method now returns only first 2 bytes of server's TLS certificate (I also use `rustls`) https://github.com/seanmonstar/reqwest/blob/7a5df2126081b83d29758ef31f9f38369ac85ae4/src/tls.rs#L583 Not sure if its related, since other than...