Skip to content

issues Search Results · repo:jayjamesjay/http_req language:Rust

Filter by

26 results
 (63 ms)

26 results

injayjamesjay/http_req (press backspace or delete to remove)

Hello @jayjamesjay, Is it possible for you to make stream public in Conn structure to be able to create a Conn ? I need to be able to do things like ... let stream = StreamOwned::new(session, stream); ...
enhancement
question
  • DamienVoreiter
  • 8
  • Opened 
    on Sep 28, 2023
  • #61

Hi, I want to get my dependencies up to date but I m blocked with rustls as you use version 0.17. Is it possible to update rustls to 0.21.7 ? Thanks !
enhancement
  • DamienVoreiter
  • 4
  • Opened 
    on Sep 19, 2023
  • #59

Hello, i try to use this Library for an simple cookie-request with an json-response and an file-download with an cookie-request. 1. Send Header with cookies 2. receive as Response an json (chunked?) ...
  • cyberpunkbln
  • Opened 
    on Dec 17, 2022
  • #55

it will block in get/post when the response is 204
question
  • gipsyh
  • 1
  • Opened 
    on May 24, 2022
  • #51

In some website, it could make stange response. For example, one of the largest search engines Baidu: let mut body = Vec::new(); http_req::request::Request::new( https://www.baidu.com/ .try_into().unwrap()) ...
enhancement
  • zkonge
  • 3
  • Opened 
    on Jul 17, 2021
  • #49

This is the error I see when upgrading from 0.7 - 0.8: Compiling webpki v0.22.0 Compiling webpki-roots v0.22.0 Compiling http_req v0.8.0 error[E0308]: mismatched types -- /home/wez/.cargo/registry/src/github.com-1ecc6299db9ec823/http_req-0.8.0/src/tls.rs:82:39 ...
bug
  • wez
  • 4
  • Opened 
    on Jul 7, 2021
  • #48

copy_with_timeout() as implemented in v0.7.2 may exceed its deadline: https://github.com/jayjamesjay/http_req/blob/eba0471369662667c27c0a46541b8cb464c8edc0/src/request.rs#L50-L75 In here the timeout ...
bug
  • Shnatsel
  • 1
  • Opened 
    on Feb 12, 2021
  • #46

Using TryFrom instead of FromStr makes it possible to reduce memory allocation by replacing Strings inside structs with str.
enhancement
  • jayjamesjay
  • 1
  • Opened 
    on Dec 12, 2020
  • #45

Strive to make more use of const fn, which has been recentyl improved and gained new features. This will reduce the run time cost (in specific scenarios) and enable more use cases for current functions. ...
enhancement
  • jayjamesjay
  • Opened 
    on Dec 12, 2020
  • #44

Hi, I am working with this repo to send a post request to my server. But I always get a error, which is status :400, error : Bad Request , message : Required request body is missing:... . It seams that ...
good first issue
  • m3ngzhang
  • 3
  • Opened 
    on May 12, 2020
  • #39
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub