Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

document HttpServer #634

Open
gbirchmeier opened this issue Jul 16, 2020 · 1 comment
Open

document HttpServer #634

gbirchmeier opened this issue Jul 16, 2020 · 1 comment
Assignees

Comments

@gbirchmeier
Copy link
Member

Do a tutorial page on this.

Executor instantiates it, for an example.

@gbirchmeier gbirchmeier self-assigned this Jul 16, 2020
@gbirchmeier
Copy link
Member Author

gbirchmeier commented Aug 25, 2020

See http://lists.quickfixn.com/pipermail/quickfixn-quickfixn.com/2020q3/001205.html

Here's a paste from that:

Grant wrote:

Oh, nice! I didn't realize Executor was instantiating it.

Haha, looks like my colleague Mike Wilner had something to do with that.
Some vague memories are starting to come back....

Created an issue to create a doc page for it
https:/ /github.com/connamara/quickfixn /issues/ 634

(By the way, I highly recommend you NOT use the mail list digest. We're
not very high traffic, and it's easier to follow email chains when the
subject lines don't change.)

Thanks!

On Thu, Jul 16, 2020 at 1:07 PM Nate Kershner
wrote:

Grant,

Thanks to your suggestion, I was able to get the web interface working.
All I did was follow the example in Program.cs in the Examples.Executor
project:

            HttpServer srv = new HttpServer(HttpServerPrefix,

settings);
srv.Start();

            //later
            srv.Stop();

Please feel free to send me an off list email if you'd like any more
details, screenshots, or a copy of the page for your documentation.

Thanks,
Nate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant