You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/05/19 16:55:12 UTC

[jira] [Commented] (THRIFT-3833) haxe http server implementation (by embeding into php web server)

    [ https://issues.apache.org/jira/browse/THRIFT-3833?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15291501#comment-15291501 ] 

ASF GitHub Bot commented on THRIFT-3833:
----------------------------------------

GitHub user oprudkyi opened a pull request:

    https://github.com/apache/thrift/pull/1013

    THRIFT-3833 haxe http php server implementation (embeding into php web server)

    - support of TSimpleServer.runOnce (run till input EOF)
    - TWrappingServerTransport wraps TTransport into TServerTransport
    - README.md - notes about integration into PHP web server
    - tests
    - update tutorial with http support
      - make tutorialserver_php_http
      - make tutorialclient_http

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/oprudkyi/thrift THRIFT-3833

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/thrift/pull/1013.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1013
    
----
commit 495b90274e707aa17b4ccfc59bf84fae0b0f5f4f
Author: Oleksii Prudkyi <ol...@gmail.com>
Date:   2016-05-19T13:55:11Z

    haxe http server implementation (by embeding into php web server)
    
    - support TSimpleServer.runOnce (run till input EOF)
    - TWrappingServerTransport wraps TTransport into TServerTransport
    - tests

commit 0fb1461ff3dd10e98b69f05bfcc39e916238e2e6
Author: Oleksii Prudkyi <ol...@gmail.com>
Date:   2016-05-19T14:30:32Z

    refactor makefile
    
    use vars instead of direct values

commit 2dbde1b313e4db07bb1eb7d6407345c20c8f9c2c
Author: Oleksii Prudkyi <ol...@gmail.com>
Date:   2016-05-19T15:11:16Z

    update tutorial with http support
    
    make tutorialserver_php_http
    make tutorialclient_http

commit 6b3727a1c508ddbf12528e5dd6aecc2dfc379b3a
Author: Oleksii Prudkyi <ol...@gmail.com>
Date:   2016-05-19T15:52:55Z

    update docs
    
    - notes about integration into PHP web server

commit d9aa829fe7cabfe3c6270ffb429d980e475ee581
Author: Oleksii Prudkyi <ol...@gmail.com>
Date:   2016-05-19T15:55:56Z

    fix markdown

commit 0fcb101cc133f20a6d708c6dbe7dffe4cd7664a8
Author: Oleksii Prudkyi <ol...@gmail.com>
Date:   2016-05-19T16:43:04Z

    fix styling

----


> haxe http server implementation (by embeding into php web server)
> -----------------------------------------------------------------
>
>                 Key: THRIFT-3833
>                 URL: https://issues.apache.org/jira/browse/THRIFT-3833
>             Project: Thrift
>          Issue Type: Improvement
>          Components: Haxe - Library
>    Affects Versions: 1.0
>            Reporter: Oleksii Prudkyi
>            Assignee: Oleksii Prudkyi
>
> provide way to run haxe servers to run as part of ordinal web server (i.e. php code generated from haxe)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)