Skip to content
Builds

Loading builds...

Changes

#9 (Jun 2, 2023, 9:50:39 AM)

  1. Remove forward headers from this library. Can be handled by clients. — Mike Dawson / githubweb
  2. Implement try/catch on AbstractHttpOverIpcServer to ensure reply with internal server error is always sent if server throws an exception. — Mike Dawson / githubweb

#8 (Apr 20, 2023, 12:47:55 PM)

  1. Switch to using standard Forwarded header instead of non-standard "ipc-host". — Mike Dawson / githubweb

#7 (Mar 17, 2023, 2:59:55 PM)

  1. Fix RawHttpRequest.asSimpleTextRequest — Mike Dawson / githubweb

#6 (Mar 17, 2023, 9:44:57 AM)

  1. Migrate from using NanoHTTPD for proxy server to using RawHTTPs own server. — Mike Dawson / githubweb

#4 (Mar 12, 2023, 8:18:47 PM)

  1. Implementation and test for HttpOverIpcProxy. — Mike Dawson / githubweb
  2. Handle proxying of request body. — Mike Dawson / githubweb

#3 (Mar 6, 2023, 7:14:57 PM)

  1. Fix handling port in toRawHttpRequest — Mike Dawson / githubweb

#2 (Mar 6, 2023, 10:51:53 AM)

  1. Update SimpleHttpRequest to use Ktor's Url class instead of using separate host, protocol, path vars etc. — Mike Dawson / githubweb
  2. Bump version — Mike Dawson / githubweb