使用expressJS和RequestJS发送基于路由的http请求

时间:2016-06-19 03:30:34

标签: node.js http express requestjs

当使用ExpressJS调用路由时,我正在尝试使用RequestJS发送HTTP请求。我的目标是首先使用Request解析HTTP请求,然后在路由调用时返回结果。我收到了一个错误。但它似乎没有奏效。

请帮忙。这是我的代码:

<LinearLayout
      android:layout_width="0dp"
      android:layout_height="wrap_content"
      android:layout_weight="1"
      android:gravity="end">

    <TextView
        android:id="@+id/bid_price"
        style="@style/BidPriceTextStyle"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:paddingEnd="10dp"
        tools:text="1000.00" />
    <TextView
        android:id="@+id/change"
        android:background="@drawable/percent_change_pill"
        style="@style/PercentChangeTextStyle"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:paddingStart="3dp"
        android:paddingEnd="3dp"
        tools:text="100%" />
</LinearLayout>

0 个答案:

没有答案