File tree Expand file tree Collapse file tree 2 files changed +0
-15
lines changed Expand file tree Collapse file tree 2 files changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -761,9 +761,6 @@ impl Builder {
761
761
762
762
/// Set the HTTP method for this request.
763
763
///
764
- /// This function will configure the HTTP method of the `Request` that will
765
- /// be returned from `Builder::build`.
766
- ///
767
764
/// By default this is `GET`.
768
765
///
769
766
/// # Examples
@@ -809,9 +806,6 @@ impl Builder {
809
806
810
807
/// Set the URI for this request.
811
808
///
812
- /// This function will configure the URI of the `Request` that will
813
- /// be returned from `Builder::build`.
814
- ///
815
809
/// By default this is `/`.
816
810
///
817
811
/// # Examples
@@ -856,9 +850,6 @@ impl Builder {
856
850
857
851
/// Set the HTTP version for this request.
858
852
///
859
- /// This function will configure the HTTP version of the `Request` that
860
- /// will be returned from `Builder::build`.
861
- ///
862
853
/// By default this is HTTP/1.1
863
854
///
864
855
/// # Examples
Original file line number Diff line number Diff line change @@ -546,9 +546,6 @@ impl Builder {
546
546
547
547
/// Set the HTTP status for this response.
548
548
///
549
- /// This function will configure the HTTP status code of the `Response` that
550
- /// will be returned from `Builder::build`.
551
- ///
552
549
/// By default this is `200`.
553
550
///
554
551
/// # Examples
@@ -574,9 +571,6 @@ impl Builder {
574
571
575
572
/// Set the HTTP version for this response.
576
573
///
577
- /// This function will configure the HTTP version of the `Response` that
578
- /// will be returned from `Builder::build`.
579
- ///
580
574
/// By default this is HTTP/1.1
581
575
///
582
576
/// # Examples
You can’t perform that action at this time.
0 commit comments